killbill-memoizeit

pom.xml: don't add the test-jar goal in submodules test jars

2/26/2013 8:33:17 AM

Changes

account/pom.xml 15(+0 -15)

beatrix/pom.xml 12(+0 -12)

catalog/pom.xml 11(+0 -11)

entitlement/pom.xml 15(+0 -15)

invoice/pom.xml 2(+0 -2)

jaxrs/pom.xml 15(+0 -15)

junction/pom.xml 15(+0 -15)

osgi/pom.xml 15(+0 -15)

overdue/pom.xml 11(+0 -11)

tenant/pom.xml 15(+0 -15)

util/pom.xml 15(+0 -15)

Details

account/pom.xml 15(+0 -15)

diff --git a/account/pom.xml b/account/pom.xml
index 8bacbed..54f83c2 100644
--- a/account/pom.xml
+++ b/account/pom.xml
@@ -102,19 +102,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>
diff --git a/analytics/pom.xml b/analytics/pom.xml
index 811741a..be310fa 100644
--- a/analytics/pom.xml
+++ b/analytics/pom.xml
@@ -152,6 +152,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-    </build>
 </project>

beatrix/pom.xml 12(+0 -12)

diff --git a/beatrix/pom.xml b/beatrix/pom.xml
index 9026ef1..b1bf7e5 100644
--- a/beatrix/pom.xml
+++ b/beatrix/pom.xml
@@ -181,17 +181,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.4</version>
                 <executions>
@@ -209,7 +198,6 @@
                     </execution>
                 </executions>
             </plugin>
-
         </plugins>
     </build>
 </project>

catalog/pom.xml 11(+0 -11)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 74ad781..854d35c 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -79,17 +79,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <executions>
                     <execution>

entitlement/pom.xml 15(+0 -15)

diff --git a/entitlement/pom.xml b/entitlement/pom.xml
index f2d71e3..062f9b0 100644
--- a/entitlement/pom.xml
+++ b/entitlement/pom.xml
@@ -114,19 +114,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

invoice/pom.xml 2(+0 -2)

diff --git a/invoice/pom.xml b/invoice/pom.xml
index 32ab61d..8c820ca 100644
--- a/invoice/pom.xml
+++ b/invoice/pom.xml
@@ -124,6 +124,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-    </build>
 </project>

jaxrs/pom.xml 15(+0 -15)

diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml
index 1e260a8..ca1b031 100644
--- a/jaxrs/pom.xml
+++ b/jaxrs/pom.xml
@@ -87,19 +87,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

junction/pom.xml 15(+0 -15)

diff --git a/junction/pom.xml b/junction/pom.xml
index 2a256ed..ceb9349 100644
--- a/junction/pom.xml
+++ b/junction/pom.xml
@@ -114,19 +114,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

osgi/pom.xml 15(+0 -15)

diff --git a/osgi/pom.xml b/osgi/pom.xml
index 5dea1e9..bf2cc58 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -90,19 +90,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

overdue/pom.xml 11(+0 -11)

diff --git a/overdue/pom.xml b/overdue/pom.xml
index b4bea2f..f9664d3 100644
--- a/overdue/pom.xml
+++ b/overdue/pom.xml
@@ -122,17 +122,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <executions>
                     <execution>

tenant/pom.xml 15(+0 -15)

diff --git a/tenant/pom.xml b/tenant/pom.xml
index 16825fe..f594159 100644
--- a/tenant/pom.xml
+++ b/tenant/pom.xml
@@ -106,19 +106,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

util/pom.xml 15(+0 -15)

diff --git a/util/pom.xml b/util/pom.xml
index e0a65a8..a9f388c 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -134,19 +134,4 @@
             <artifactId>jackson-dataformat-csv</artifactId>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>