aboutsummaryrefslogtreecommitdiff
path: root/common-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-test/pom.xml')
-rw-r--r--common-test/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/common-test/pom.xml b/common-test/pom.xml
index 697cc04b8..73c8ae304 100644
--- a/common-test/pom.xml
+++ b/common-test/pom.xml
@@ -54,4 +54,18 @@
<artifactId>serializer</artifactId>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>