Skip to content

Commit

Permalink
Point to target platform directly
Browse files Browse the repository at this point in the history
Instead of including it as maven module
  • Loading branch information
akurtakov committed Jan 13, 2024
1 parent 247b194 commit 7ee8585
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@
<version>${tycho.version}</version>
<configuration>
<target>
<artifact>
<groupId>${project.groupId}</groupId>
<artifactId>target-platform</artifactId>
<version>${project.version}</version>
</artifact>
<file>${maven.multiModuleProjectDirectory}/org.eclipse.shellwax.target/target-platform.target</file>
</target>
<environments>
<environment>
Expand Down Expand Up @@ -215,7 +211,6 @@
</profiles>
<modules>
<module>org.eclipse.shellwax.core</module>
<module>org.eclipse.shellwax.target</module>
<module>org.eclipse.shellwax.feature</module>
<module>org.eclipse.shellwax.site</module>
</modules>
Expand Down

0 comments on commit 7ee8585

Please sign in to comment.