Skip to content

Commit

Permalink
#1087 Drop outdated containers
Browse files Browse the repository at this point in the history
* remove configurations and profiles for outdated and unsupported containers
  • Loading branch information
oliverlietz committed Dec 14, 2023
1 parent 64578c1 commit 2140054
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 164 deletions.
6 changes: 0 additions & 6 deletions itest/javaee/src/it/regression-javaee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,4 @@
</plugins>
</build>

<profiles>



</profiles>

</project>
32 changes: 0 additions & 32 deletions itest/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,6 @@
<cloneProjectsTo>${project.build.directory}/felix-native</cloneProjectsTo>
</configuration>
</execution>
<execution>
<id>knopflerfish-native</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<profiles>
<profile>knopflerfish</profile>
<profile>native</profile>
</profiles>
<cloneProjectsTo>${project.build.directory}/knopflerfish-native</cloneProjectsTo>
<pomExcludes>
<pomExclude>regression-maven-plugin/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
<execution>
<id>equinox-forked</id>
<goals>
Expand Down Expand Up @@ -164,22 +148,6 @@
<cloneProjectsTo>${project.build.directory}/felix-forked</cloneProjectsTo>
</configuration>
</execution>
<execution>
<id>knopflerfish-forked</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<profiles>
<profile>knopflerfish</profile>
<profile>forked</profile>
</profiles>
<cloneProjectsTo>${project.build.directory}/knopferfish-forked</cloneProjectsTo>
<pomExcludes>
<pomExclude>regression-maven-plugin/pom.xml</pomExclude>
</pomExcludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down
31 changes: 0 additions & 31 deletions itest/osgi/src/it/regression-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,35 +262,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>jbosgi</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<pax.exam.framework>jbosgi</pax.exam.framework>
</properties>
<repositories>
<repository>
<id>jboss-public</id>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jboss.osgi.framework</groupId>
<artifactId>jbosgi-framework-aggregated</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>

</project>
31 changes: 0 additions & 31 deletions itest/osgi/src/it/regression-plumbing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,35 +126,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>jbosgi</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<pax.exam.framework>jbosgi</pax.exam.framework>
</properties>
<repositories>
<repository>
<id>jboss-public</id>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jboss.osgi.framework</groupId>
<artifactId>jbosgi-framework-aggregated</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>

</project>
32 changes: 0 additions & 32 deletions itest/osgi/src/it/regression-testng-perclass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,36 +126,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>jbosgi</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<pax.exam.framework>jbosgi</pax.exam.framework>
</properties>
<repositories>
<repository>
<id>jboss-public</id>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jboss.osgi.framework</groupId>
<artifactId>jbosgi-framework-aggregated</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>


</project>
32 changes: 0 additions & 32 deletions itest/osgi/src/it/regression-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,36 +119,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>jbosgi</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<pax.exam.framework>jbosgi</pax.exam.framework>
</properties>
<repositories>
<repository>
<id>jboss-public</id>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jboss.osgi.framework</groupId>
<artifactId>jbosgi-framework-aggregated</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
</profiles>


</project>

0 comments on commit 2140054

Please sign in to comment.