I am trying to disable relocation on all my artifacts in minijar. I have
tried leaving the includeDependenciesInRelocation empty, but that just ends
up acting like the element isn't there and it adds all artifacts to the
relocation set. I can get the set to be empty by just throwing a bogus entry
in the element, but regardless it still relocates every class. See debug
output below, the relocateDependencies set is empty, but you can see that it
is still relocating all the classes.

So, can I really disable it or not? If I can, what I am doing wrong?


[INFO] [minijar:ueberjar {execution: default}]
[DEBUG] dependencies: [junit:junit:jar:4.1:test,
org.slf4j:slf4j-api:jar:1.3.1:compile,
org.apache.mina:mina-filter-ssl:jar:1.1.0:compile,
org.apache.mina:mina-core:jar:1.1.0:compile,
org.slf4j:slf4j-log4j12:jar:1.3.1:test, log4j:log4j:jar:1.2.13:test]
[DEBUG] relocateDependencies: []
[INFO] Including project artifact.
[DEBUG] Building new jar with mappings:
[DEBUG]  org/apache/log4j/spi/RootLogger.class ->
log4j1213jar/org/apache/log4j/spi/RootLogger.class [1]
[DEBUG]  org/apache/mina/common/IoFilterAdapter.class ->
minacore110jar/org/apache/mina/common/IoFilterAdapter.class [1]
[DEBUG]  org/junit/tries/ -> junit41jar/org/junit/tries/ [1]
[DEBUG]  org/junit/internal/runners/OldTestClassRunner$1.class ->
junit41jar/org/junit/internal/runners/OldTestClassRunner$1.class [1]


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to