summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 11:00:22 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 11:00:22 +0200
commit2c6d59c311f2d32ed37f7d6c1ba75c1049fedf03 (patch)
tree7722ba1d664e66027d9f64aca1f9e9d343bcb5a9 /container-search/pom.xml
parent737979601f25ace7e5444dd3c925329c5a0a8b6d (diff)
Remove building of old osgi bundles
These bundles are not used in any unit or system test.
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 84d4ba85548..b4b87131025 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -222,25 +222,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.7</version>
- <executions>
- <execution>
- <phase>test-compile</phase>
- <configuration>
- <tasks unless="maven.test.skip">
- <property name="MVN_COMPILE_CLASSPATH" refid="maven.compile.classpath"/>
- <echo message="BUILDING BUILD-OSGI-BUNDLES with cp ${MVN_COMPILE_CLASSPATH}"/>
- <ant antfile="build-osgi-bundles.xml"/>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin> <!-- For the YQL query language -->
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
@@ -276,31 +257,4 @@
</plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>tools.jar</id>
- <activation>
- <os>
- <family>!mac</family>
- </os>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- <version>1.5.0</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>