Skip to content

Commit

Permalink
Merge pull request #58 from eclipse-emf-parsley/issue-33-simplify-tp
Browse files Browse the repository at this point in the history
Issue 33 simplify tp
  • Loading branch information
LorenzoBettini committed Dec 6, 2022
2 parents f4e7561 + 696251c commit 9cd2431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
26 changes: 0 additions & 26 deletions devtools/org.eclipse.emf.parsley.targetplatform/pom.xml
Original file line number Diff line number Diff line change
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>
9 changes: 3 additions & 6 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -647,12 +647,9 @@
<version>${tycho-version}</version>
<configuration>
<target>
<artifact>
<groupId>org.eclipse.emf.parsley</groupId>
<artifactId>org.eclipse.emf.parsley.targetplatform</artifactId>
<version>${project.version}</version>
<classifier>${target-file-name}</classifier>
</artifact>
<file>
${project.basedir}/../../devtools/org.eclipse.emf.parsley.targetplatform/${target-file-name}.target
</file>
</target>
<!--
Build only with the current environment to avoid problems of the shape
Expand Down

0 comments on commit 9cd2431

Please sign in to comment.