File tree Expand file tree Collapse file tree 13 files changed +204
-59
lines changed
google-http-client-extensions-android2
google-http-client-extensions-android3
google-http-client-extensions Expand file tree Collapse file tree 13 files changed +204
-59
lines changed Original file line number Diff line number Diff line change 44 <classpathentry kind =" con"
55 path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
66 <classpathentry kind =" con"
7- path =" org.maven.ide. eclipse.MAVEN2_CLASSPATH_CONTAINER" />
7+ path =" org.eclipse.m2e .MAVEN2_CLASSPATH_CONTAINER" />
88 <classpathentry kind =" output" path =" target/classes" />
99</classpath >
Original file line number Diff line number Diff line change 1111 </arguments >
1212 </buildCommand >
1313 <buildCommand >
14- <name >org.maven.ide.eclipse .maven2Builder</name >
14+ <name >org.eclipse.m2e.core .maven2Builder</name >
1515 <arguments >
1616 </arguments >
1717 </buildCommand >
1818 </buildSpec >
1919 <natures >
2020 <nature >org.eclipse.jdt.core.javanature</nature >
21- <nature >org.maven.ide.eclipse .maven2Nature</nature >
21+ <nature >org.eclipse.m2e.core .maven2Nature</nature >
2222 </natures >
2323</projectDescription >
Original file line number Diff line number Diff line change 5454 </executions >
5555 </plugin >
5656 </plugins >
57+ <pluginManagement >
58+ <plugins >
59+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
60+ <plugin >
61+ <groupId >org.eclipse.m2e</groupId >
62+ <artifactId >lifecycle-mapping</artifactId >
63+ <version >1.0.0</version >
64+ <configuration >
65+ <lifecycleMappingMetadata >
66+ <pluginExecutions >
67+ <pluginExecution >
68+ <pluginExecutionFilter >
69+ <groupId >org.apache.maven.plugins</groupId >
70+ <artifactId >maven-jar-plugin</artifactId >
71+ <versionRange >[2.3.1,)</versionRange >
72+ <goals >
73+ <goal >jar</goal >
74+ </goals >
75+ </pluginExecutionFilter >
76+ <action >
77+ <ignore ></ignore >
78+ </action >
79+ </pluginExecution >
80+ </pluginExecutions >
81+ </lifecycleMappingMetadata >
82+ </configuration >
83+ </plugin >
84+ </plugins >
85+ </pluginManagement >
5786 </build >
5887 <dependencies >
5988 <dependency >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src/main/java" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
5- <classpathentry kind =" con" path =" org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER" />
6- <classpathentry kind =" output" path =" target/classes" />
3+ <classpathentry kind =" src" path =" src/main/java" />
4+ <classpathentry kind =" con"
5+ path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
6+ <classpathentry kind =" con"
7+ path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
8+ <classpathentry kind =" output" path =" target/classes" />
79</classpath >
Original file line number Diff line number Diff line change 1111 </arguments >
1212 </buildCommand >
1313 <buildCommand >
14- <name >org.maven.ide.eclipse .maven2Builder</name >
14+ <name >org.eclipse.m2e.core .maven2Builder</name >
1515 <arguments >
1616 </arguments >
1717 </buildCommand >
1818 </buildSpec >
1919 <natures >
2020 <nature >org.eclipse.jdt.core.javanature</nature >
21- <nature >org.maven.ide.eclipse .maven2Nature</nature >
21+ <nature >org.eclipse.m2e.core .maven2Nature</nature >
2222 </natures >
2323</projectDescription >
Original file line number Diff line number Diff line change 5454 </executions >
5555 </plugin >
5656 </plugins >
57+ <pluginManagement >
58+ <plugins >
59+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
60+ <plugin >
61+ <groupId >org.eclipse.m2e</groupId >
62+ <artifactId >lifecycle-mapping</artifactId >
63+ <version >1.0.0</version >
64+ <configuration >
65+ <lifecycleMappingMetadata >
66+ <pluginExecutions >
67+ <pluginExecution >
68+ <pluginExecutionFilter >
69+ <groupId >org.apache.maven.plugins</groupId >
70+ <artifactId >maven-jar-plugin</artifactId >
71+ <versionRange >[2.3.1,)</versionRange >
72+ <goals >
73+ <goal >jar</goal >
74+ </goals >
75+ </pluginExecutionFilter >
76+ <action >
77+ <ignore ></ignore >
78+ </action >
79+ </pluginExecution >
80+ </pluginExecutions >
81+ </lifecycleMappingMetadata >
82+ </configuration >
83+ </plugin >
84+ </plugins >
85+ </pluginManagement >
5786 </build >
5887 <dependencies >
5988 <dependency >
Original file line number Diff line number Diff line change 55 <classpathentry kind =" con"
66 path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
77 <classpathentry kind =" con"
8- path =" org.maven.ide. eclipse.MAVEN2_CLASSPATH_CONTAINER" />
8+ path =" org.eclipse.m2e .MAVEN2_CLASSPATH_CONTAINER" />
99 <classpathentry kind =" output" path =" target/classes" />
1010</classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<projectDescription >
3- <name >google-http-client-extensions</name >
4- <comment ></comment >
5- <projects >
6- </projects >
7- <buildSpec >
8- <buildCommand >
9- <name >org.eclipse.jdt.core.javabuilder</name >
10- <arguments >
11- </arguments >
12- </buildCommand >
13- <buildCommand >
14- <name >org.maven.ide.eclipse .maven2Builder</name >
15- <arguments >
16- </arguments >
17- </buildCommand >
18- </buildSpec >
19- <natures >
20- <nature >org.eclipse.jdt.core.javanature</nature >
21- <nature >org.maven.ide.eclipse .maven2Nature</nature >
22- </natures >
3+ <name >google-http-client-extensions</name >
4+ <comment ></comment >
5+ <projects >
6+ </projects >
7+ <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.jdt.core.javabuilder</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.m2e.core .maven2Builder</name >
15+ <arguments >
16+ </arguments >
17+ </buildCommand >
18+ </buildSpec >
19+ <natures >
20+ <nature >org.eclipse.jdt.core.javanature</nature >
21+ <nature >org.eclipse.m2e.core .maven2Nature</nature >
22+ </natures >
2323</projectDescription >
Original file line number Diff line number Diff line change 77 <version >1.7.0-beta-SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
10- <groupId >com.google.http-client</groupId >
1110 <artifactId >google-http-client-extensions</artifactId >
1211 <name >Platform extensions to the Google HTTP Client Library for Java.</name >
1312 <build >
5554 </executions >
5655 </plugin >
5756 </plugins >
57+ <pluginManagement >
58+ <plugins >
59+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
60+ <plugin >
61+ <groupId >org.eclipse.m2e</groupId >
62+ <artifactId >lifecycle-mapping</artifactId >
63+ <version >1.0.0</version >
64+ <configuration >
65+ <lifecycleMappingMetadata >
66+ <pluginExecutions >
67+ <pluginExecution >
68+ <pluginExecutionFilter >
69+ <groupId >org.apache.maven.plugins</groupId >
70+ <artifactId >maven-jar-plugin</artifactId >
71+ <versionRange >[2.3.1,)</versionRange >
72+ <goals >
73+ <goal >jar</goal >
74+ </goals >
75+ </pluginExecutionFilter >
76+ <action >
77+ <ignore ></ignore >
78+ </action >
79+ </pluginExecution >
80+ </pluginExecutions >
81+ </lifecycleMappingMetadata >
82+ </configuration >
83+ </plugin >
84+ </plugins >
85+ </pluginManagement >
5886 </build >
5987 <dependencies >
6088 <dependency >
Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" src" path =" src/main/java" />
44 <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
5- <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources" />
5+ <classpathentry kind =" src" output =" target/test-classes"
6+ path =" target/generated-test-sources" />
67 <classpathentry kind =" con"
78 path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
8- <classpathentry kind =" con"
9- path =" org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER" />
109 <classpathentry kind =" output" path =" target/classes" />
10+ <classpathentry kind =" con"
11+ path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
1112</classpath >
You can’t perform that action at this time.
0 commit comments