Bläddra i källkod

merge branch Bugfix_2_0_x into main trunk ...

terfloth@itemis.de 12 år sedan
förälder
incheckning
785ed795bc
1 ändrade filer med 12 tillägg och 0 borttagningar
  1. 12 0
      releng/org.yakindu.base.releng/pom.xml

+ 12 - 0
releng/org.yakindu.base.releng/pom.xml

@@ -118,6 +118,18 @@
 		</plugins>
 		<pluginManagement>
 			<plugins>
+				<!-- Avoid the generation of maven archive information in the META-INF 
+					folder -->
+				<plugin>
+					<groupId>${tycho-groupid}</groupId>
+					<artifactId>tycho-packaging-plugin</artifactId>
+					<version>${tycho-version}</version>
+					<configuration>
+						<archive>
+							<addMavenDescriptor>false</addMavenDescriptor>
+						</archive>
+					</configuration>
+				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-clean-plugin</artifactId>