Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #54 from GregoireW/JENKINS-42098
JENKINS-42098 - Linkage error
- Loading branch information
Showing
with
17 additions
and
0 deletions.
-
+5
−0
.gitignore
-
+12
−0
client/pom.xml
|
@@ -6,3 +6,8 @@ release.properties |
|
|
# IntelliJ project files |
|
|
*.iml |
|
|
.idea/ |
|
|
|
|
|
# eclipse project file |
|
|
.project |
|
|
.settings/ |
|
|
.classpath
|
|
@@ -44,6 +44,18 @@ |
|
|
</excludes> |
|
|
</filter> |
|
|
</filters> |
|
|
<relocations> |
|
|
<!-- Be ware! there is org.xxx class in the fwk, do not relocate them! --> |
|
|
<!-- hudson remoting seems to check some class also, so cannot be shaded --> |
|
|
<relocation> |
|
|
<pattern>org.apache</pattern> |
|
|
<shadedPattern>shaded.org.apache</shadedPattern> |
|
|
</relocation> |
|
|
<relocation> |
|
|
<pattern>org.slf4j</pattern> |
|
|
<shadedPattern>shaded.org.slf4j</shadedPattern> |
|
|
</relocation> |
|
|
</relocations> |
|
|
<transformers> |
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
|
|
<manifestEntries> |
|
|