Repository: incubator-juneau Updated Branches: refs/heads/master 788b84886 -> 78dffd972
Clean up m2e warnings. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/78dffd97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/78dffd97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/78dffd97 Branch: refs/heads/master Commit: 78dffd9727a2a002732889e266e376551f59f1aa Parents: 788b848 Author: JamesBognar <[email protected]> Authored: Thu May 25 18:57:45 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Thu May 25 18:57:45 2017 -0400 ---------------------------------------------------------------------- juneau-core-rdf/pom.xml | 2 -- juneau-core-test/.classpath | 25 ++++++++++++++++++++++--- juneau-core-test/pom.xml | 2 -- juneau-core/.classpath | 30 +++++++++++++++++++++++++++--- juneau-core/pom.xml | 2 -- juneau-examples-rest/pom.xml | 2 -- juneau-microservice/pom.xml | 1 - juneau-rest-client/pom.xml | 2 -- juneau-rest-jaxrs/pom.xml | 2 -- juneau-rest-test/pom.xml | 1 - juneau-rest/pom.xml | 2 -- pom.xml | 3 ++- 12 files changed, 51 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-core-rdf/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core-rdf/pom.xml b/juneau-core-rdf/pom.xml index cbd981e..1b47e17 100644 --- a/juneau-core-rdf/pom.xml +++ b/juneau-core-rdf/pom.xml @@ -60,7 +60,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include>**/*Test.class</include> @@ -70,7 +69,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-core-test/.classpath ---------------------------------------------------------------------- diff --git a/juneau-core-test/.classpath b/juneau-core-test/.classpath index 5dc314a..073f092 100644 --- a/juneau-core-test/.classpath +++ b/juneau-core-test/.classpath @@ -14,8 +14,18 @@ *************************************************************************************************************************** --> <classpath> - <classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/> - <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="target/classes" path="src/main/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="src" path="/juneau-core"/> <classpathentry kind="src" path="/juneau-core-rdf"/> <classpathentry kind="var" path="M2_REPO/org/apache/jena/jena-core/2.7.1/jena-core-2.7.1.jar"/> @@ -27,6 +37,15 @@ <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar"/> <classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar"/> <classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-core-test/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core-test/pom.xml b/juneau-core-test/pom.xml index 9eb4d96..8b1232b 100644 --- a/juneau-core-test/pom.xml +++ b/juneau-core-test/pom.xml @@ -65,7 +65,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include>**/*Test.class</include> @@ -75,7 +74,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-core/.classpath ---------------------------------------------------------------------- diff --git a/juneau-core/.classpath b/juneau-core/.classpath index 4a0fbb7..f886422 100644 --- a/juneau-core/.classpath +++ b/juneau-core/.classpath @@ -15,8 +15,32 @@ --> <classpath> <classpathentry kind="src" path="src/main/javadoc"/> - <classpathentry kind="src" path="src/main/java"/> - <classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> + <classpathentry kind="src" output="target/classes" path="src/main/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-core/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml index c9c6d02..3b40413 100644 --- a/juneau-core/pom.xml +++ b/juneau-core/pom.xml @@ -46,7 +46,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include>**/*Test.class</include> @@ -56,7 +55,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-examples-rest/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-examples-rest/pom.xml b/juneau-examples-rest/pom.xml index a372a13..2a4d7e2 100644 --- a/juneau-examples-rest/pom.xml +++ b/juneau-examples-rest/pom.xml @@ -61,7 +61,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> @@ -80,7 +79,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-microservice/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml index 8ad4b05..7a30bd2 100644 --- a/juneau-microservice/pom.xml +++ b/juneau-microservice/pom.xml @@ -57,7 +57,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-rest-client/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest-client/pom.xml b/juneau-rest-client/pom.xml index 839e9cf..d7722c4 100644 --- a/juneau-rest-client/pom.xml +++ b/juneau-rest-client/pom.xml @@ -55,7 +55,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> @@ -69,7 +68,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include>**/*Test.class</include> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-rest-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest-jaxrs/pom.xml b/juneau-rest-jaxrs/pom.xml index d4ce78d..d00155e 100644 --- a/juneau-rest-jaxrs/pom.xml +++ b/juneau-rest-jaxrs/pom.xml @@ -64,7 +64,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> @@ -84,7 +83,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include>**/*Test.class</include> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-rest-test/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest-test/pom.xml b/juneau-rest-test/pom.xml index 8e772cf..7ac9ecd 100644 --- a/juneau-rest-test/pom.xml +++ b/juneau-rest-test/pom.xml @@ -60,7 +60,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/juneau-rest/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml index 00ce710..c3dd2f2 100644 --- a/juneau-rest/pom.xml +++ b/juneau-rest/pom.xml @@ -59,7 +59,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> @@ -79,7 +78,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> <configuration> <includes> <include>**/*Test.class</include> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/78dffd97/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 76de504..7126795 100644 --- a/pom.xml +++ b/pom.xml @@ -138,10 +138,11 @@ <!-- ! Can be removed if updated to asf parent version 19. --> - <version>0.12</version> <configuration> <excludes> <exclude>**/target/**</exclude> + <exclude>**/.settings/**</exclude> + <exclude>**/.project</exclude> </excludes> <consoleOutput>true</consoleOutput> <!-- Note: useEclipseDefaultExcludes does not work for subprojects. See RAT-107 -->
