[
http://jira.codehaus.org/browse/MCLIRR-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=219404#action_219404
]
Larry Shatzer commented on MCLIRR-28:
-------------------------------------
We have the maven-dependency-plugin in the corporate parent pom that has the
following:
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>process-resources</phase>
<goals>
<goal>tree</goal>
</goals>
</execution>
</executions>
<configuration>
<outputFile>${project.build.outputDirectory}/META-INF/dependency.tree</outputFile>
</configuration>
</plugin>
{code}
This way all artifacts when created will throw in their dependency.tree into
the artifact in the META-INF directory. When the top level pom on a
multi-module one is created, it will have a target directory with just that
dependency.tree file in the META-INF, which I think throws the clirr plugin for
a loop, since it thinks it is an artifact to look at, since it has something in
the output directory.
> Mutli Module Projects fail on top pom.
> --------------------------------------
>
> Key: MCLIRR-28
> URL: http://jira.codehaus.org/browse/MCLIRR-28
> Project: Maven 2.x Clirr Plugin
> Issue Type: Bug
> Affects Versions: 2.2.2
> Reporter: Larry Shatzer
> Assignee: Simon Brandhof
> Priority: Critical
> Fix For: 2.2.3
>
> Attachments: clirr.patch, MCLIRR-28.zip
>
>
> In multi modules Clirr fails.
> See
> http://archive.codehaus.org/lists/org.codehaus.mojo.user/msg/[email protected]
> Attached is a patch that fixes it.
> If the packaging type is pom, it also is skipped from running.
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email