Skip to content

Commit

Permalink
clean up pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
junoyoon committed Jun 1, 2016
1 parent 0704d01 commit 5944680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
23 changes: 0 additions & 23 deletions ngrinder-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.grinder</groupId>
<artifactId>grinder</artifactId>
<version>3.9.1</version>
<exclusions>
<exclusion>
<artifactId>jython</artifactId>
<groupId>org.python</groupId>
</exclusion>
<exclusion>
<artifactId>clojure</artifactId>
<groupId>org.clojure</groupId>
</exclusion>
<exclusion>
<artifactId>jedit-syntax</artifactId>
<groupId>net.sf.jedit-syntax</groupId>
</exclusion>
<exclusion>
<artifactId>grinder-xmlbeans</artifactId>
<groupId>net.sf.grinder</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
Expand Down
24 changes: 1 addition & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,29 +138,6 @@
</dependency>
</dependencies>
<profiles>
<profile>
<id>klocwork</id>
<build>
<plugins>
<plugin>
<groupId>com.klocwork.ps</groupId>
<artifactId>kwmaven</artifactId>
<version>2.1.1</version>
<configuration>
<buildspec_filename>${KWINJECT_OUT_PATH}</buildspec_filename>
</configuration>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>javadoc</id>
<build>
Expand All @@ -180,6 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 5944680

Please sign in to comment.