Stephan (JIRA | 21 Aug 12:27
Favicon
Gravatar

[jira] Created: (COCOON-2240) Building all blocks from parent block doesn't work

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)

Stephan (JIRA | 21 Aug 12:30
Favicon
Gravatar

[jira] Updated: (COCOON-2240) Building all blocks from parent pom doesn't work


     [
https://issues.apache.org/jira/browse/COCOON-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan updated COCOON-2240:
----------------------------

    Summary: Building all blocks from parent pom doesn't work  (was: Building all blocks from parent block
doesn't work)

> Building all blocks from parent pom 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
(Continue reading)

Stephan (JIRA | 21 Aug 12:44
Favicon
Gravatar

[jira] Updated: (COCOON-2240) Building all blocks from parent pom doesn't work


     [
https://issues.apache.org/jira/browse/COCOON-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan updated COCOON-2240:
----------------------------

    Description: 
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)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
(Continue reading)

Stephan (JIRA | 21 Aug 13:14
Favicon
Gravatar

[jira] Updated: (COCOON-2240) Building all blocks from parent pom doesn't work


     [
https://issues.apache.org/jira/browse/COCOON-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan updated COCOON-2240:
----------------------------

    Description: 
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)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
(Continue reading)


Gmane