Petals ESB Container

Use a configuration of buildnumber-maven-plugin using the svn java implementation

Details

  • Type: Task Task
  • Status: New New
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 3.1.1
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    Please use a configuration of buildenumer-maven-plugin using the svnjava implementation to be able to compile Petals ESB without having svn executable installed :

    <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>buildnumber-maven-plugin</artifactId>
            <configuration>
              <providerImplementations>
                <svn>javasvn</svn>
              </providerImplementations>          
            </configuration>
          </plugin>
        </plugins>
      </build>
    Show
    Please use a configuration of buildenumer-maven-plugin using the svnjava implementation to be able to compile Petals ESB without having svn executable installed :
    <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>buildnumber-maven-plugin</artifactId>
            <configuration>
              <providerImplementations>
                <svn>javasvn</svn>
              </providerImplementations>          
            </configuration>
          </plugin>
        </plugins>
      </build>
  • Environment:
    -

Activity

Christophe DENEUX made changes - Tue, 12 Mar 2013 - 08:25:01 +0100
Field Original Value New Value
Summary Use a configuration of buildenumer-maven-plugin using the svnjava implementation Use a configuration of buildnumber-maven-plugin using the svn java implementation
Assignee Admin [ rnaudin ]
Priority Blocker [ 1 ]
Christophe DENEUX made changes - Mon, 5 Oct 2015 - 11:14:52 +0200
Issue Type Bug [ 1 ] Task [ 3 ]
Priority Blocker [ 1 ] Minor [ 4 ]

People

Dates

  • Created:
    Wed, 19 Jan 2011 - 15:59:32 +0100
    Updated:
    Mon, 5 Oct 2015 - 11:14:52 +0200