Make it possible to give the configuration file location as parameter.
[xudocci.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ba44142..248c704 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>4.11</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>com.lexicalscope.jewelcli</groupId>
+                       <artifactId>jewelcli</artifactId>
+                       <version>0.8.3</version>
+               </dependency>
        </dependencies>
 
        <properties>
                                                </goals>
                                        </execution>
                                        <execution>
+                                               <id>default-report</id>
+                                               <phase>prepare-package</phase>
+                                               <goals>
+                                                       <goal>report</goal>
+                                               </goals>
+                                       </execution>
+                                       <execution>
                                                <id>default-check</id>
                                                <goals>
                                                        <goal>check</goal>