Skip to content

Commit

Permalink
#1097 antrun off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 1, 2021
1 parent c32afb9 commit b5559dc
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions pom.xml
Expand Up @@ -78,16 +78,16 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/teamed/qulice/issues</url>
<url>https://github.com/yegor256/qulice/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git@github.com:teamed/qulice.git</connection>
<developerConnection>scm:git:git@github.com:teamed/qulice.git</developerConnection>
<url>https://github.com/teamed/qulice</url>
<connection>scm:git:git@github.com:yegor256/qulice.git</connection>
<developerConnection>scm:git:git@github.com:yegor256/qulice.git</developerConnection>
<url>https://github.com/yegor256/qulice</url>
</scm>
<ciManagement>
<system>travis</system>
<url>https://travis-ci.org/teamed/qulice</url>
<url>https://travis-ci.org/yegor256/qulice</url>
</ciManagement>
<distributionManagement>
<site>
Expand Down Expand Up @@ -174,27 +174,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugins>
</pluginManagement>
<plugins>
<plugin>
<inherited>true</inherited>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<configuration>
<target>
<patternset id="xcop.excludes">
<exclude name="qulice-ant/**"/>
<exclude name="qulice-checkstyle/**"/>
<exclude name="qulice-findbugs/**"/>
<exclude name="qulice-maven-plugin/**"/>
<exclude name="qulice-pmd/**"/>
<exclude name="qulice-spi/**"/>
<exclude name="qulice-spotbugs/**"/>
</patternset>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b5559dc

Please sign in to comment.