[jira] Created: (LOOM-51) Build fails when using reactor

jira-yCVjj/[email protected] Thu, 22 Jan 2004 22:25:59 -0500 (EST)
Newsgroups gmane.comp.java.jcontainer.interest
Message-ID <[email protected]>
Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=LOOM-51

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: LOOM-51
    Summary: Build fails when using reactor
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: loom

   Assignee: 
   Reporter: Ryan Hoegg

    Created: Thu, 22 Jan 2004 10:25 PM
    Updated: Thu, 22 Jan 2004 10:25 PM

Description:
When building the default goal in plugins/maven.xml the build fails because it is unable to find the goal "build".  We just need to update the default goal to point to loom:build.

Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/maven.xml,v
retrieving revision 1.5
diff -u -w -b -r1.5 maven.xml
--- maven.xml	3 Dec 2003 10:44:48 -0000	1.5
+++ maven.xml	23 Jan 2004 03:42:09 -0000
@@ -2,7 +2,7 @@
     xmlns:maven="jelly:maven">
 
     <goal name="main">
-        <attainGoal name="build"/>
+        <attainGoal name="loom:build"/>
     </goal>
 
     <goal name="loom:build"



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira