Author: veithen
Date: Sun Apr 18 13:25:53 2010
New Revision: 935338
URL: http://svn.apache.org/viewvc?rev=935338&view=rev
Log:
Added a comment to link the workaround applied in r935174 to the relevant issue
in maven-dependency-plugin (MDEP-259).
Modified:
axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml
Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml?rev=935338&r1=935337&r2=935338&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Sun Apr 18 13:25:53
2010
@@ -186,7 +186,8 @@
is part of the same reactor build. Probably this
is due to the fact that in
this case, maven-dependency-plugin tries to
retrieve the artifact from the
module (instead of the local repository) but
fails to do so because it doesn't
- know how to construct a MAR file. -->
+ know how to construct a MAR file. See
http://jira.codehaus.org/browse/MDEP-259
+ for more details. -->
<!-- goals>
<goal>copy-dependencies</goal>
</goals>