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

There aren't workflow transitions executed yet.

People

Dates

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