Skip to content
Unverified Commit 938c12ad authored by Jesse Glick's avatar Jesse Glick
Browse files

Easier way to make an entire JAR component be treated like plugin code for...

Easier way to make an entire JAR component be treated like plugin code for purposes of whitelisting.
<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>
parent e65601b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment