21 Aug 12:27
[jira] Created: (COCOON-2240) Building all blocks from parent block doesn't work
From: Stephan (JIRA <jira <at> apache.org>
Subject: [jira] Created: (COCOON-2240) Building all blocks from parent block doesn't work
Newsgroups: gmane.text.xml.cocoon.devel
Date: 2008-08-21 10:28:46 GMT
Subject: [jira] Created: (COCOON-2240) Building all blocks from parent block doesn't work
Newsgroups: gmane.text.xml.cocoon.devel
Date: 2008-08-21 10:28:46 GMT
Building all blocks from parent block doesn't work
--------------------------------------------------
Key: COCOON-2240
URL: https://issues.apache.org/jira/browse/COCOON-2240
Project: Cocoon
Issue Type: Bug
Components: - Build System: Maven
Affects Versions: 2.2
Reporter: Stephan
This seems to be similar to https://issues.apache.org/jira/browse/COCOON-2007.
I created two cocoon blocks and a webapp like this:
webapp
block1
block2
Then, I created a parent pom that referes to these modules in order to be able to build all at once. But when I
execute "mvn install" within my parent project, I got this error:
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager
executing goal 'org.apache.maven.plugins:maven-war-plugin
:2.0.2:war': Unable to find the mojo 'org.apache.maven.plugins:maven-war-plugin:2.0.2:war' in the
plugin 'org.apache.maven.plugins:maven-war-plugin'
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:562)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
(Continue reading)
RSS Feed