Browse Source

Do not add Maven artifacts to META-INF Folder. (Information is not used by eclipse and leads to longer pathnames if plugin is unpacked)

benjamin.schwertfeger@gmail.com 12 years ago
parent
commit
be492a9581
1 changed files with 12 additions and 0 deletions
  1. 12 0
      releng/org.yakindu.sct.releng/pom.xml

+ 12 - 0
releng/org.yakindu.sct.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>
 				<!-- TYCHO -->
 				<plugin>
 					<groupId>${tycho-groupid}</groupId>