Arnaud HERITIER wrote:

Must I add this :    <profile>
      <id>release</id>
[...]
Or this :

    <profile>

      <id>apache-release</id>
[...]
??

Given the effective POM for the artifact filters says

  <plugin>
    <artifactId>maven-release-plugin</artifactId>
    <version>2.0-beta-8</version>
    <configuration>
      <arguments>-Prelease</arguments>
      ...
    </configuration>
  </plugin>

you would need a profile named "release" or otherwise perform addition steps to ensure "apache-release" gets activated.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to