Author: andy
Date: Mon Sep 9 08:04:40 2013
New Revision: 1520984
URL: http://svn.apache.org/r1520984
Log:
Put back aspectj plugin
Modified:
jena/trunk/jena-jdbc/pom.xml
Modified: jena/trunk/jena-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/jena/trunk/jena-jdbc/pom.xml?rev=1520984&r1=1520983&r2=1520984&view=diff
==============================================================================
--- jena/trunk/jena-jdbc/pom.xml (original)
+++ jena/trunk/jena-jdbc/pom.xml Mon Sep 9 08:04:40 2013
@@ -124,7 +124,6 @@
<!-- AspectJ Plugin - Used to support method entry and
exit trace logging
for debugging purposes -->
- <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
@@ -135,14 +134,14 @@
<executions>
<execution>
<goals>
- <goal>compile</goal>
<!- - use this goal to weave all your main classes - ->
-
<goal>test-compile</goal> <!- - use this goal to weave all your test classes -
->
+ <goal>compile</goal>
<!-- use this goal to weave all your main classes -->
+
<goal>test-compile</goal> <!-- use this goal to weave all your test classes -->
</goals>
</execution>
</executions>
<dependencies>
- <!- - Ensure aspectj tools version used
by compiler is the same version
- used as dependency. Avoids
warning. https://bugs.eclipse.org/bugs/show_bug.cgi?id=368190 - ->
+ <!-- Ensure aspectj tools version used
by compiler is the same version
+ used as dependency. Avoids
warning. https://bugs.eclipse.org/bugs/show_bug.cgi?id=368190 -->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
@@ -150,7 +149,6 @@
</dependency>
</dependencies>
</plugin>
- -->
</plugins>
</build>
</project>
\ No newline at end of file