Skip to content

Commit a71f30e

Browse files
committed
update: fixing pom
1 parent 7ec7529 commit a71f30e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

java/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.universal-variability-language</groupId>
1313
<artifactId>uvl-parser</artifactId>
14-
<version>0.1</version>
14+
<version>0.2</version>
1515

1616
<licenses>
1717
<license>
@@ -83,10 +83,13 @@
8383
<groupId>org.antlr</groupId>
8484
<artifactId>antlr4-maven-plugin</artifactId>
8585
<version>${antlr4.version}</version>
86+
<configuration>
87+
<sourceDirectory>../uvl</sourceDirectory>
88+
</configuration>
8689
<executions>
8790
<execution>
8891
<goals>
89-
<goal>antlr4</goal>
92+
<goal>UVLJava</goal>
9093
</goals>
9194
</execution>
9295
</executions>

0 commit comments

Comments
 (0)