Skip to content

Commit 491b241

Browse files
committed
remove ncss site plugin
1 parent 3cd1bb0 commit 491b241

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>java-builder2</artifactId>
1414
<version>0.1-SNAPSHOT</version>
1515
<name>${project.artifactId}</name>
16-
<description>RxJava 2 utilities for AWS</description>
16+
<description>Library to generate advanced builder patterns in Java</description>
1717
<packaging>jar</packaging>
1818

1919
<url>http://github.com/davidmoten/java-builder2</url>
@@ -215,11 +215,6 @@
215215
<artifactId>jdepend-maven-plugin</artifactId>
216216
<version>${jdepend.version}</version>
217217
</plugin>
218-
<plugin>
219-
<groupId>org.codehaus.mojo</groupId>
220-
<artifactId>javancss-maven-plugin</artifactId>
221-
<version>${javancss.version}</version>
222-
</plugin>
223218
<plugin>
224219
<groupId>org.apache.maven.plugins</groupId>
225220
<artifactId>maven-project-info-reports-plugin</artifactId>

0 commit comments

Comments
 (0)