[ http://jira.codehaus.org/browse/MNGECLIPSE-162?page=all ]

Eugene Kuleshov closed MNGECLIPSE-162.
--------------------------------------

    Resolution: Duplicate

> Reactor does not start on install goal
> --------------------------------------
>
>                 Key: MNGECLIPSE-162
>                 URL: http://jira.codehaus.org/browse/MNGECLIPSE-162
>             Project: Maven 2.x Extension for Eclipse
>          Issue Type: Bug
>          Components: Maven Launcher
>    Affects Versions: 0.0.9
>         Environment: Eclipse 3.2
>            Reporter: Matthias Bohlen
>         Assigned To: Eugene Kuleshov
>
> I use a pom with several <modules> and nested poms, several levels deep.
> When I start a "mvn install" on the command line, everything works fine.
> When I start the same goal inside a launch configuration for Maven 2.x 
> Extension for Eclipse, then it only builds the top level pom and installs it 
> into my local repo - it does NOT build the other nested poms.
> It seems as if the reactor is not started at all.
> The console window inside Eclipse looks like this:
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building AndroMDA: The Open Source MDA Tool
> [INFO]    task-segment: [install]
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] site:attach-descriptor
> [INFO] install:install
> [INFO] Installing 
> C:\Programming\eclipse\andromdaV4\resource\Andromda4\pom.xml to 
> C:\Programming\maven2repo\org\andromda\andromda\4.0-M1-SNAPSHOT\andromda-4.0-M1-SNAPSHOT.pom
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Total time: 5 second
> [INFO] Finished at: Mon Jul 17 22:55:29 CEST 2006
> [INFO] Memory 2M/7M
> [INFO] 
> ----------------------------------------------------------------------------
> On the command line, the output looks differently:
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   AndroMDA: The Open Source MDA Tool
> [INFO]   AndroMDA Technology
> [INFO]   AndroMDA Extension Registry
> [INFO]   AndroMDA Workflow Control
> [INFO]   AndroMDA Workflow Control Test
> [INFO]   AndroMDA Runners
> [INFO]   AndroMDA Common Runner
> [INFO]   AndroMDA Ant Runner
> [INFO]   AndroMDA Command Line Runner
> [INFO]   AndroMDA Eclipse Runner
> [INFO]   AndroMDA Maven2 Runner
> [INFO]   AndroMDA Integration
> [INFO]   AndroMDA Metadata Management
> [INFO]   AndroMDA Metadata Management (Common Components)
> [INFO]   AndroMDA Metadata Management (EMF components)
> [INFO]   AndroMDA Metadata Management (EMF repository)
> [INFO]   AndroMDA metamodeling components
> [INFO]   AndroMDA metamodels
> [INFO]   AndroMDA metamodel plugin for EMF UML2
> [INFO]   AndroMDA Samples
> [INFO]   AndroMDA Sample: Chain
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building AndroMDA: The Open Source MDA Tool
> [INFO]    task-segment: [install]
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing 
> C:\Programming\eclipse\andromdaV4\resource\Andromda4\pom.xml to 
> C:\Programming\maven2repo\org\andromda\andromda\4.0-M1-SNAPSHOT\andromda-4.0-M1-SNAPSHOT.pom
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building AndroMDA Technology
> [INFO]    task-segment: [install]
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing 
> C:\Programming\eclipse\andromdaV4\resource\Andromda4\technology\pom.xml to 
> C:\Programming\maven2repo\org\andromda\technology\andromda-technology\4.0-M1-SNAPSHOT\andromda-technology-4.0-M1-SNAPSHOT.pom
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Building AndroMDA Extension Registry
> [INFO]    task-segment: [install]
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report directory: 
> C:\Programming\eclipse\andromdaV4\resource\Andromda4\technology\extension-registry\target\surefire-reports
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.andromda.technology.extensionregistry.PluginXMLHandlerTest
> .
> .
> .
> and so on.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to