]> source.dussan.org Git - jackcess.git/commitdiff
generate test jar
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 29 Nov 2010 04:29:55 +0000 (04:29 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 29 Nov 2010 04:29:55 +0000 (04:29 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@501 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 0913e55eb725bf14a8fb1d6bc46614656b67e38c..c13a4dd003ffdb22f98c2da393cb463405198499 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </toAddresses>
         </configuration>
       </plugin>
+      <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>
   <dependencies>