Author: jason.greene(a)jboss.com
Date: 2007-09-17 10:14:07 -0400 (Mon, 17 Sep 2007)
New Revision: 4467
Modified:
pojo/trunk/pom.xml
Log:
fully qualify path to aop file
Modified: pojo/trunk/pom.xml
===================================================================
--- pojo/trunk/pom.xml 2007-09-17 13:23:30 UTC (rev 4466)
+++ pojo/trunk/pom.xml 2007-09-17 14:14:07 UTC (rev 4467)
@@ -77,7 +77,7 @@
</systemProperties>
<groups>functional</groups>
<forkMode>always</forkMode>
- <argLine>-Djboss.aop.path=src/main/resources/META-INF/pojocache-aop.xml
-javaagent:${settings.localRepository}/org/jboss/aop/jboss-aop/2.0.0-SNAPSHOT/jboss-aop-2.0.0-SNAPSHOT.jar</argLine>
+
<argLine>-Djboss.aop.path=${basedir}/src/main/resources/META-INF/pojocache-aop.xml
-javaagent:${settings.localRepository}/org/jboss/aop/jboss-aop/2.0.0-SNAPSHOT/jboss-aop-2.0.0-SNAPSHOT.jar</argLine>
<!-- Warning, this does not work right on 2.4-SNAPSHOT, (see SUREFIRE-349)
-->
<!-- This seems to fail in some cases on 2.3 as well, disable for now
-->
<useSystemClassLoader>true</useSystemClassLoader>
@@ -97,7 +97,7 @@
</goals>
<configuration>
<verbose>false</verbose>
-
<aoppath>src/main/resources/META-INF/pojocache-aop.xml</aoppath>
+
<aoppath>${basedir}/src/main/resources/META-INF/pojocache-aop.xml</aoppath>
</configuration>
</execution>
</executions>
Show replies by date