[jbpm-commits] JBoss JBPM SVN: r6433 - projects/exception_framework/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 23 07:35:03 EDT 2010


Author: eschabell
Date: 2010-06-23 07:35:02 -0400 (Wed, 23 Jun 2010)
New Revision: 6433

Modified:
   projects/exception_framework/trunk/pom.xml
Log:
Added plugin version to stop it from trying to use default build with version 1.3.

Modified: projects/exception_framework/trunk/pom.xml
===================================================================
--- projects/exception_framework/trunk/pom.xml	2010-06-23 03:06:09 UTC (rev 6432)
+++ projects/exception_framework/trunk/pom.xml	2010-06-23 11:35:02 UTC (rev 6433)
@@ -7,10 +7,17 @@
   <description>A generic jBPM exception framework.</description>
   <build>
   	<plugins>
+		<plugin>
+		        <artifactId>maven-compiler-plugin</artifactId>
+		        <configuration>
+			          <source>1.5</source>
+			          <target>1.5</target>
+	            	</configuration>
+	         </plugin>
   		<plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>build-helper-maven-plugin</artifactId>
-            <version>1.5</version>
+            		<groupId>org.codehaus.mojo</groupId>
+            		<artifactId>build-helper-maven-plugin</artifactId>
+            		<version>1.5</version>
             <executions>
                 <execution>
                     <id>add-resource</id>
@@ -91,4 +98,4 @@
     	<scope>provided</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>



More information about the jbpm-commits mailing list