Skip to content

Commit

Permalink
Merge pull request #54 from GregoireW/JENKINS-42098
Browse files Browse the repository at this point in the history
JENKINS-42098 - Linkage error
  • Loading branch information
mindjiver committed Sep 4, 2017
2 parents 71829ca + d676d73 commit 44568f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,8 @@ release.properties
# IntelliJ project files
*.iml
.idea/

# eclipse project file
.project
.settings/
.classpath
12 changes: 12 additions & 0 deletions client/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 44568f3

Please sign in to comment.