Skip to content

Commit

Permalink
Add previous computed goal prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and github-actions[bot] committed May 29, 2024
1 parent 05f77c0 commit a9ff1c1
Show file tree
Hide file tree
Showing 24 changed files with 222 additions and 1 deletion.
8 changes: 8 additions & 0 deletions target-platform-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>target-platform-configuration</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
8 changes: 8 additions & 0 deletions tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-apitools</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-baseline-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-baseline</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-bnd-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-bnd</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
26 changes: 26 additions & 0 deletions tycho-compiler-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,31 @@
<version>2.15.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<failOnError>false</failOnError>
<filesets>
<fileset>
<directory>${project.basedir}/src/test/resources/projects</directory>
<includes>
<include>**/bin/**</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-compiler</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

</project>
8 changes: 8 additions & 0 deletions tycho-ds-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-ds</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-eclipse</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
13 changes: 13 additions & 0 deletions tycho-extras/target-platform-validation-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@
<artifactId>tycho-core</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>target-platform-validation</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

<!-- ITests currently failing and not being actively debugged -->
<!-- profiles>
Expand Down
8 changes: 8 additions & 0 deletions tycho-extras/tycho-custom-bundle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-custom-bundle</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
8 changes: 8 additions & 0 deletions tycho-extras/tycho-dependency-tools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-dependency-tools</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
8 changes: 8 additions & 0 deletions tycho-extras/tycho-document-bundle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-document-bundle</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
13 changes: 13 additions & 0 deletions tycho-extras/tycho-eclipserun-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,17 @@
</build>
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-eclipserun</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-extras/tycho-p2-extras-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-p2-extras</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
13 changes: 13 additions & 0 deletions tycho-extras/tycho-version-bump-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
<artifactId>tycho-core</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-version-bump</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
Expand Down
13 changes: 13 additions & 0 deletions tycho-gpg-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,18 @@
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-gpg-bump</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

</project>
8 changes: 8 additions & 0 deletions tycho-p2-director-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-p2-director</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-p2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-p2-plugin</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
1 change: 0 additions & 1 deletion tycho-p2-publisher-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down
8 changes: 8 additions & 0 deletions tycho-p2-repository-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-p2-repository</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-packaging-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-packaging</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>
8 changes: 8 additions & 0 deletions tycho-repository-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
<staticMetadataDirectory>${project.build.directory}/filtered/META-INF/plexus/</staticMetadataDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-450 -->
<configuration>
<goalPrefix>tycho-repository</goalPrefix>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
Expand Down
8 changes: 8 additions & 0 deletions tycho-source-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-source</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
8 changes: 8 additions & 0 deletions tycho-surefire/tycho-surefire-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-surefire</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down
8 changes: 8 additions & 0 deletions tycho-versions-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<!-- workaround for https://issues.apache.org/jira/browse/MPLUGIN-504 -->
<configuration>
<goalPrefix>tycho-versions</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a9ff1c1

Please sign in to comment.