Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.6, 3.0_M1, 2.2.1, 3.0
-
None
Description
Currently, apache 5 is the parent of geronimo-eclipse-plugin.Besides, I added configuration to its pom.xml introduced here http://maven.apache.org/developers/release/apache-release.html. But the result is, after we complete release prepare and perform, the source assembly contains all the temporary files generated by maven, such as target directory and pom.releaseBackup. Seems the configuration doesn't work for GEP.
I found source assembly for Geronimo Server works fine because it uses a different source assembly dependency from apache 5 or 6, that is apache-source-release-assembly-descriptor in group org.apache.geronimo.genesis. So I did these changes to root pom.xml.
1) Update apache 5 to apache 6, which is also used by Geronimo server 3.0
2) copy apache-release profile snippet from genesis-2.0.pom