diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index c51265c96..84b4c7981 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -63,4 +63,18 @@ <optional>true</optional> </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> |