Skip to content

Commit

Permalink
Update pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Jan 13, 2023
1 parent cc6e6bf commit 34a6e69
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 279 deletions.
66 changes: 0 additions & 66 deletions _grammar-test/pom.xml

This file was deleted.

147 changes: 0 additions & 147 deletions _grammar-test/src/test/java/GrammarTester.java

This file was deleted.

18 changes: 0 additions & 18 deletions _grammar-test/src/test/java/TestYARSpg.java

This file was deleted.

1 change: 0 additions & 1 deletion _grammar-test/src/test/resources/simplelogger.properties

This file was deleted.

14 changes: 0 additions & 14 deletions assembly.xml

This file was deleted.

37 changes: 5 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<name>ANTLR4 grammars</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<antlr.version>4.9.3</antlr.version>
<antlr4test-maven-plugin.version>1.19</antlr4test-maven-plugin.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<antlr4test-maven-plugin.version>1.22</antlr4test-maven-plugin.version>
<antlr.version>4.11.1</antlr.version>
<junit.version>4.13.2</junit.version>
</properties>
<prerequisites>
Expand Down Expand Up @@ -69,24 +69,6 @@
<id>deploy</id>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<descriptors>
<descriptor>${maven.multiModuleProjectDirectory}/assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down Expand Up @@ -144,15 +126,6 @@
</plugins>
</build>
</profile>
<profile>
<id>test</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>_grammar-test</module>
</modules>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
Expand All @@ -164,4 +137,4 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
</project>
2 changes: 1 addition & 1 deletion yarspg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 34a6e69

Please sign in to comment.