Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
basmussen committed Apr 15, 2014
1 parent 0efb0a3 commit df68ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jsondoc</groupId>
<artifactId>maven-jsondoc-plugin</artifactId>
<artifactId>jsondoc-maven-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Jsondoc Plugin</name>
Expand Down Expand Up @@ -99,7 +99,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.2</version>
<configuration>
<goalPrefix>maven-jsondoc-plugin</goalPrefix>
<goalPrefix>jsondoc-maven-plugin</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
Expand Down

0 comments on commit df68ebd

Please sign in to comment.