Sfoglia il codice sorgente

YAKHMI-738 mirror task was not intended

benjamin.schwertfeger@gmail.com 12 anni fa
parent
commit
4efc72736b
1 ha cambiato i file con 0 aggiunte e 43 eliminazioni
  1. 0 43
      releng/org.yakindu.sct.releng/promote-pom.xml

+ 0 - 43
releng/org.yakindu.sct.releng/promote-pom.xml

@@ -66,49 +66,6 @@
 			</plugin>
 
 			<!-- for package of eclipse product creation -->
-			<plugin>
-				<groupId>org.eclipse.tycho.extras</groupId>
-				<artifactId>tycho-p2-extras-plugin</artifactId>
-				<version>${tycho-extras-version}</version>
-				<executions>
-					<execution>
-						<phase>package</phase>
-						<goals>
-							<goal>mirror</goal>
-						</goals>
-					</execution>
-				</executions>
-				<configuration>
-					<source>
-						<!-- source repositories to mirror from -->
-						<repository>
-							<url>${project.baseUri}/emfPatchExport</url>
-							<layout>p2</layout>
-							<!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" 
-								(for joint repositories; default) -->
-						</repository>
-					</source>
-
-					<!-- The destination directory to mirror to. -->
-					<destination>${project.build.directory}/repository</destination>
-					<!-- Whether only strict dependencies should be followed. -->
-					<!-- "strict" means perfect version match -->
-					<followStrictOnly>false</followStrictOnly>
-					<!-- Whether or not to follow optional requirements. -->
-					<includeOptional>false</includeOptional>
-					<!-- Whether or not to follow non-greedy requirements. -->
-					<includeNonGreedy>false</includeNonGreedy>
-					<!-- Whether to filter the resulting set of IUs to only -->
-					<!-- include the latest version of each IU -->
-					<latestVersionOnly>false</latestVersionOnly>
-					<!-- don't mirror artifacts, only metadata -->
-					<mirrorMetadataOnly>false</mirrorMetadataOnly>
-					<!-- whether to compress the content.xml/artifacts.xml -->
-					<compress>true</compress>
-					<!-- whether to append to the target repository content -->
-					<append>true</append>
-				</configuration>
-			</plugin>
 			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
 				<version>1.1</version>