Author: veithen
Date: Wed Aug 18 19:46:23 2010
New Revision: 986889
URL: http://svn.apache.org/viewvc?rev=986889&view=rev
Log:
Avoid spurious change to POM when using maven-release-plugin.
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=986889&r1=986888&r2=986889&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Wed Aug 18 19:46:23
2010
@@ -197,7 +197,7 @@
<!-- Set a property that can be picked up from
the ant build.xml's -->
<property name="maven.class.path"
refid="maven.runtime.classpath" />
<property name="maven.test.path"
refid="maven.compile.classpath" />
- <mkdir dir="target/test-classes"/>
+ <mkdir dir="target/test-classes" />
<property name="axis2.home"
value="${basedir}/target" />
<path id="maven.dependency.classpath">