Skip to content

Commit

Permalink
[resolves #152] Remove unwanted executions of editorconfig-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Aug 3, 2020
1 parent 8718284 commit 4d3c0d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
23 changes: 0 additions & 23 deletions camel-cxf-jaxws-cdi-secure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,29 +129,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
<executions>
<execution>
<id>check</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<excludes>
</excludes>
</configuration>
</execution>
</executions>
<configuration>
<excludes combine.children="append">
<exclude>src/main/resources/keys/*.crt</exclude>
<exclude>src/main/resources/keys/*.truststore</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
34 changes: 0 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<version.wildfly>20.0.0.Final</version.wildfly>

<!-- Plugin versions -->
<version-editorconfig-maven-plugin>0.0.5</version-editorconfig-maven-plugin>
<version-exec-maven-plugin>1.4.0</version-exec-maven-plugin>
<version-maven-antrun-plugin>1.8</version-maven-antrun-plugin>
<version-maven-assembly-plugin>2.4</version-maven-assembly-plugin>
Expand Down Expand Up @@ -146,11 +145,6 @@
<artifactId>exec-maven-plugin</artifactId>
<version>${version-exec-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
<version>${version-editorconfig-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
Expand Down Expand Up @@ -180,34 +174,6 @@
</plugins>
</build>

<profiles>
<profile>
<!-- Contributors to Examples should activate this profile -->
<id>style</id>
<build>
<plugins>
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
<executions>
<execution>
<id>check</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<excludes>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<!-- Licenses -->
<licenses>
<license>
Expand Down

0 comments on commit 4d3c0d8

Please sign in to comment.