You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/11/11 15:17:09 UTC

[05/11] incubator-brooklyn git commit: remove pom instructions generating index.list file

remove pom instructions generating index.list file

removing because it is including dependencies meant only for a shaded jar, which causes other tools to assume other jars do NOT provide certain packages; can manifest as guava not being found by osgi when constructing boot classpath; have confirmed JMX agent works without it (and the other jmx agent did not have it)


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/08d0257c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/08d0257c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/08d0257c

Branch: refs/heads/master
Commit: 08d0257cd977cd56236bcd54dad728a50f4452f5
Parents: b6068e3
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Nov 11 01:26:28 2014 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Nov 11 13:54:54 2014 +0000

----------------------------------------------------------------------
 utils/jmx/jmxmp-ssl-agent/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/08d0257c/utils/jmx/jmxmp-ssl-agent/pom.xml
----------------------------------------------------------------------
diff --git a/utils/jmx/jmxmp-ssl-agent/pom.xml b/utils/jmx/jmxmp-ssl-agent/pom.xml
index 4a43c4e..d327f70 100644
--- a/utils/jmx/jmxmp-ssl-agent/pom.xml
+++ b/utils/jmx/jmxmp-ssl-agent/pom.xml
@@ -83,10 +83,6 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>
-                        <index>true</index>
-                        <manifest>
-                            <addClasspath>true</addClasspath>
-                        </manifest>
                         <manifestEntries>
                             <Premain-Class>brooklyn.util.jmx.jmxmp.JmxmpAgent</Premain-Class>
                             <Agent-Class>brooklyn.util.jmx.jmxmp.JmxmpAgent</Agent-Class>