mvnparser
mvnparser copied to clipboard
Go parser for maven Project Object Model (POM) file
Results
1
mvnparser issues
Sort by
recently updated
recently updated
newest added
Under `build>plugins >plugin(artifactId=maven-compiler-plugin) > configuration> target` **example 1** working with Java 15 ```xml maven-compiler-plugin true 15 15 .... ``` **example 2** Working with Java 8 but the info is in...
enhancement
good first issue