You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/07/01 12:21:23 UTC

[2/3] aries-rsa git commit: Remove indexer plugin as it breaks release builds

Remove indexer plugin as it breaks release builds


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/ab30c32c
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/ab30c32c
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/ab30c32c

Branch: refs/heads/master
Commit: ab30c32c932da745a59ff3a0f29df380bbdfa0dc
Parents: 078b04b
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Sat Jul 1 14:18:00 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Sat Jul 1 14:18:00 2017 +0200

----------------------------------------------------------------------
 repository/pom.xml | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/ab30c32c/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 854c012..36c66ac 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -9,53 +9,6 @@
     <artifactId>repository</artifactId>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Repository</name>
-    <properties>
-        <local.url.policy>REQUIRED</local.url.policy>
-    </properties>
-    <profiles>
-        <profile>
-            <id>RunningInCI</id>
-            <activation>
-                <property>
-                    <name>running.in.ci</name>
-                    <value>true</value>
-                </property>
-            </activation>
-            <properties>
-                <local.url.policy>FORBIDDEN</local.url.policy>
-            </properties>
-        </profile>
-        <profile>
-            <id>apache-release</id>
-            <properties>
-                <local.url.policy>FORBIDDEN</local.url.policy>
-            </properties>
-        </profile>
-    </profiles>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>bnd-indexer-maven-plugin</artifactId>
-                <version>3.3.0</version>
-                <configuration>
-                    <localURLs>${local.url.policy}</localURLs>
-                    <includeTransitive>true</includeTransitive>
-                    <scopes>
-                        <scope>runtime</scope>
-                    </scopes>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>index</id>
-                        <goals>
-                            <goal>index</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
     <dependencies>
         <dependency>
             <groupId>org.apache.aries.rsa</groupId>