Sfoglia il codice sorgente

Added Clock and LightSwitch Examples to pom

Andreas Muelder 9 anni fa
parent
commit
77f9ffc9e5
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      examples/org.yakindu.sct.ui.examples/pom.xml

+ 3 - 3
examples/org.yakindu.sct.ui.examples/pom.xml

@@ -20,7 +20,7 @@
 				<version>2.4</version>
 				<executions>
 					<execution>
-						<id>copy</id>
+						<id>copyTrafficLight</id>
 						<phase>prepare-package</phase>
 						<goals>
 							<goal>copy</goal>
@@ -44,7 +44,7 @@
 						<id>copy</id>
 						<phase>prepare-package</phase>
 						<goals>
-							<goal>copy</goal>
+							<goal>copyClock</goal>
 						</goals>
 						<configuration>
 							<artifactItems>
@@ -62,7 +62,7 @@
 						</configuration>
 					</execution>
 					<execution>
-						<id>copy</id>
+						<id>copyLightSwitch</id>
 						<phase>prepare-package</phase>
 						<goals>
 							<goal>copy</goal>