You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/23 11:05:40 UTC

[55/79] incubator-taverna-language git commit: maven-jaxb2-plugin instead

maven-jaxb2-plugin instead


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/dd86cfb3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/dd86cfb3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/dd86cfb3

Branch: refs/heads/master
Commit: dd86cfb3da53e08e2cb0ac7f6a27f6d3aa0d63b7
Parents: 9f7a7bb
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sat Feb 21 22:00:29 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sat Feb 21 22:00:29 2015 +0000

----------------------------------------------------------------------
 taverna-robundle/pom.xml | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/dd86cfb3/taverna-robundle/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-robundle/pom.xml b/taverna-robundle/pom.xml
index d34efc0..15568ef 100644
--- a/taverna-robundle/pom.xml
+++ b/taverna-robundle/pom.xml
@@ -107,26 +107,19 @@
 					</instructions>
 				</configuration>
 			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>jaxb2-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>jaxb-xsd</id>
-						<phase>generate-sources</phase>
-						<goals>
-							<goal>xjc</goal>
-						</goals>
-						<configuration>
+      <plugin>
+          <groupId>org.jvnet.jaxb2.maven2</groupId>
+          <artifactId>maven-jaxb2-plugin</artifactId>
+          <executions>
+            <execution>
+                <goals>
+                    <goal>generate</goal>
+                </goals>
+            </execution>
+          </executions>
+        </plugin>
+
 							<!-- <packageName>oasis.names.tc.opendocument.xmlns.manifest</packageName>-->
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-			</plugin>
 		</plugins>
 	</build>
 </project>