We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec7529 commit a71f30eCopy full SHA for a71f30e
1 file changed
java/pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.github.universal-variability-language</groupId>
13
<artifactId>uvl-parser</artifactId>
14
- <version>0.1</version>
+ <version>0.2</version>
15
16
<licenses>
17
<license>
@@ -83,10 +83,13 @@
83
<groupId>org.antlr</groupId>
84
<artifactId>antlr4-maven-plugin</artifactId>
85
<version>${antlr4.version}</version>
86
+ <configuration>
87
+ <sourceDirectory>../uvl</sourceDirectory>
88
+ </configuration>
89
<executions>
90
<execution>
91
<goals>
- <goal>antlr4</goal>
92
+ <goal>UVLJava</goal>
93
</goals>
94
</execution>
95
</executions>
0 commit comments