Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
Description
Another nice-to-have when making releases:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <releaseProfiles>apache-release</releaseProfiles> </configuration> </plugin>
Something like the above should automatically enable the apache-release plugin (and avoid the case where the developer forgets to enable the profile on the commandline).