Fix packaging module invocation. Closes #1972.
This commit is contained in:
parent
b1f3b63857
commit
06ef6b44f7
@ -5,10 +5,19 @@
|
||||
<groupId>org.openrefine</groupId>
|
||||
<artifactId>packaging</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.0</version>
|
||||
<version>3.2-SNAPSHOT</version>
|
||||
|
||||
<name>OpenRefine - dummy packaging</name>
|
||||
<description>Dummy packaging for travis</description>
|
||||
<url>http://openrefine.org/</url>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.8.2</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user