Hi folks,

I just have noticed that ASF Parent says:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>2.5.3</version>
  <configuration>
    ...
    <arguments>-Papache-release ${arguments}</arguments>
    ..
  </configuration>
</plugin>

and Maven Parent:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <configuration>
    ...
    <releaseProfiles>apache-release</releaseProfiles>
    ...
    <arguments>${arguments}</arguments>
  </configuration>
</plugin>

Both seem equivalent to me. it safe to remove those two properties from Maven Parent?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to