Skip to content

Commit

Permalink
use property to avoid clobbering exclusion in downstream
Browse files Browse the repository at this point in the history
Co-authored-by: Basil Crow <[email protected]>
  • Loading branch information
jetersen and basil committed Jul 25, 2022
1 parent 7a88018 commit c7845bb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,11 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<classpathDependencyExcludes>
<classpathDependencyExcludes>org.jenkins-ci.plugins:beer</classpathDependencyExcludes>
</classpathDependencyExcludes>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<revision>1.5</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.319.3</jenkins.version>
<maven.test.dependency.excludes>org.jenkins-ci.plugins:beer</maven.test.dependency.excludes>
</properties>
</project>

0 comments on commit c7845bb

Please sign in to comment.