[apex] Remove profile designer, which started the deprecated designer

Users are encouraged to use https://github.com/pmd/pmd-designer instead.
This commit is contained in:
Andreas Dangel
2020-07-16 18:08:06 +02:00
parent 2b882e8655
commit 9180b479cb

View File

@@ -96,30 +96,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>designer</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<mainClass>net.sourceforge.pmd.util.designer.Designer</mainClass>
<includePluginDependencies>true</includePluginDependencies>
</configuration>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>