Skip to content

Commit

Permalink
Remove dogfood profile temporarily for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Jul 31, 2021
1 parent b6ce0d5 commit c7cc40f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pom.xml
Expand Up @@ -1055,32 +1055,6 @@
</build>
</profile>

<profile>
<id>pmd-dogfood</id>
<properties>
<pmd.dogfood.version>${project.version}</pmd.dogfood.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>${pmd.dogfood.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>${pmd.dogfood.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<modules>
Expand Down

0 comments on commit c7cc40f

Please sign in to comment.