Skip to content

Commit

Permalink
Jenkins-ClassFilter-Whitelisted
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 19, 2017
1 parent 4d23b07 commit a4393d5
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 a4393d5

Please sign in to comment.