Skip to content

Commit

Permalink
Merge pull request #15 from jglick/Jenkins-ClassFilter-Whitelisted
Browse files Browse the repository at this point in the history
[JENKINS-47736] Jenkins-ClassFilter-Whitelisted
  • Loading branch information
oleg-nenashev committed Jan 5, 2018
2 parents a08d8e1 + 83804e3 commit fdf0ac0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -284,6 +284,17 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Jenkins-ClassFilter-Whitelisted>true</Jenkins-ClassFilter-Whitelisted>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit fdf0ac0

Please sign in to comment.