khmarbaise closed pull request #5: Fix MCOMPILER-332 integration test folder name URL: https://github.com/apache/maven-compiler-plugin/pull/5
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/it/MCOMPILER-322_release10/invoker.properties b/src/it/MCOMPILER-332_release10/invoker.properties similarity index 100% rename from src/it/MCOMPILER-322_release10/invoker.properties rename to src/it/MCOMPILER-332_release10/invoker.properties diff --git a/src/it/MCOMPILER-322_release10/pom.xml b/src/it/MCOMPILER-332_release10/pom.xml similarity index 94% rename from src/it/MCOMPILER-322_release10/pom.xml rename to src/it/MCOMPILER-332_release10/pom.xml index d3687a5..e520e08 100644 --- a/src/it/MCOMPILER-322_release10/pom.xml +++ b/src/it/MCOMPILER-332_release10/pom.xml @@ -24,10 +24,10 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.plugins.compiler.it</groupId> - <artifactId>mcompiler322</artifactId> + <artifactId>mcompiler332</artifactId> <version>1.0-SNAPSHOT</version> - <url>https://issues.apache.org/jira/browse/MCOMPILER-322</url> + <url>https://issues.apache.org/jira/browse/MCOMPILER-332</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/src/it/MCOMPILER-322_release10/src/main/java/MyClass.java b/src/it/MCOMPILER-332_release10/src/main/java/MyClass.java similarity index 100% rename from src/it/MCOMPILER-322_release10/src/main/java/MyClass.java rename to src/it/MCOMPILER-332_release10/src/main/java/MyClass.java diff --git a/src/it/MCOMPILER-322_release10/src/test/java/MyTest.java b/src/it/MCOMPILER-332_release10/src/test/java/MyTest.java similarity index 100% rename from src/it/MCOMPILER-322_release10/src/test/java/MyTest.java rename to src/it/MCOMPILER-332_release10/src/test/java/MyTest.java diff --git a/src/it/MCOMPILER-322_release10/verify.groovy b/src/it/MCOMPILER-332_release10/verify.groovy similarity index 100% rename from src/it/MCOMPILER-322_release10/verify.groovy rename to src/it/MCOMPILER-332_release10/verify.groovy ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services