Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-14727] Make dependency to bundled maven-plugin optional
  • Loading branch information
uhafner committed Aug 22, 2012
1 parent c0f90d7 commit a8be710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .classpath
Expand Up @@ -16,6 +16,7 @@
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="src" output="target/classes" path="target/generated-sources/localizer">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>1.39</version>
<version>1.40</version>
<relativePath>../analysis-pom/pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -9,7 +9,7 @@
*
* @author Ulli Hafner
*/
@Extension(ordinal = 100) // NOCHECKSTYLE
@Extension(ordinal = 100, optional = true) // NOCHECKSTYLE
public class CheckStyleReporterDescriptor extends ReporterDescriptor {
/**
* Creates a new instance of <code>CheckStyleReporterDescriptor</code>.
Expand Down

0 comments on commit a8be710

Please sign in to comment.