Continued build problems with "new" Maven goals
-----------------------------------------------
Key: GERONIMO-1308
URL: http://issues.apache.org/jira/browse/GERONIMO-1308
Project: Geronimo
Type: Bug
Components: buildsystem
Versions: 1.0
Environment: Clean extract and clean Repo on WinXP with Maven 1.1Beta2
Reporter: Donald Woods
Assigned to: Donald Woods
Priority: Blocker
Continued build problems as noted in email trials -
Re: [M1] Plugin hell, help desperately needed
Re: A successful build
Suggested maven m:clean new, never worked for me on a clean WinXP system.
Fix for new4 goal, was to re-enable the following dependency -
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-packaging-plugin</artifactId>
<version>${geronimo_version}</version>
<type>plugin</type>
</dependency>
Fix for new5 goal, was to insert the following new dependency -
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-izpack-plugin</artifactId>
<type>plugin</type>
<version>${pom.currentVersion}</version>
</dependency>
Will attach the patch files for the above in a few minutes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira