Skip to content

Commit

Permalink
simplified target platform maven project
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 6, 2022
1 parent f4e7561 commit a5f1e65
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions devtools/org.eclipse.emf.parsley.targetplatform/pom.xml
Expand Up @@ -13,30 +13,4 @@
<artifactId>org.eclipse.emf.parsley.targetplatform</artifactId>
<packaging>pom</packaging>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${target-file-name}.target</file>
<type>target</type>
<classifier>${target-file-name}</classifier>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a5f1e65

Please sign in to comment.