jansi/jansi-1.6-pom.patch

34 lines
1.1 KiB
Diff
Raw Normal View History

2011-08-29 12:49:48 +00:00
diff -Naur jansi-1.6/jansi/pom.xml jansi-1.6-work/jansi/pom.xml
--- jansi-1.6/jansi/pom.xml 2011-06-19 10:51:32.000000000 -0400
+++ jansi-1.6-work/jansi/pom.xml 2011-08-25 08:24:42.950756822 -0400
@@ -94,19 +94,6 @@
<version>2.3</version>
</plugin>
- <!-- include all the dependencies into the jar so it can run standalone -->
- <plugin>
- <groupId>org.fusesource.mvnplugins</groupId>
- <artifactId>maven-uberize-plugin</artifactId>
- <version>1.5</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals><goal>uberize</goal></goals>
- </execution>
- </executions>
- </plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
diff -Naur jansi-1.6/pom.xml jansi-1.6-work/pom.xml
--- jansi-1.6/pom.xml 2011-06-19 10:51:32.000000000 -0400
+++ jansi-1.6-work/pom.xml 2011-08-25 08:25:51.005754781 -0400
@@ -132,6 +132,5 @@
<modules>
<module>jansi</module>
- <module>jansi-website</module>
</modules>
</project>