You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/12/08 05:01:13 UTC

[jira] Closed: (GERONIMO-1308) Continued build problems with "new" Maven goals

     [ http://issues.apache.org/jira/browse/GERONIMO-1308?page=all ]
     
David Jencks closed GERONIMO-1308:
----------------------------------

    Fix Version: 1.0
     Resolution: Fixed

Thanks!!!!!

Sending        assemblies/j2ee-installer/project.xml
Sending        configs/geronimo-gbean-deployer/project.xml
Transmitting file data ..
Committed revision 354965.

> 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
>     Assignee: David Jencks
>     Priority: Blocker
>      Fix For: 1.0
>  Attachments: Geronimo-1308.patch
>
> 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