|
90 | 90 | <execution> |
91 | 91 | <id>flatten</id> |
92 | 92 | <inherited>false</inherited> |
93 | | - <phase/> |
| 93 | + <phase></phase> |
94 | 94 | </execution> |
95 | 95 | </executions> |
96 | 96 | </plugin> |
97 | 97 | </plugins> |
98 | 98 | </build> |
99 | | - |
100 | | - <profiles> |
101 | | - <profile> |
102 | | - <id>m2e</id> |
103 | | - <!--This profile is activated when eclipse interacts with maven (using m2e).--> |
104 | | - <activation> |
105 | | - <property> |
106 | | - <name>m2e.version</name> |
107 | | - </property> |
108 | | - </activation> |
109 | | - <build> |
110 | | - <plugins> |
111 | | - <plugin> |
112 | | - <!--eclipse do not support duplicated package-info.java, in both src and test.--> |
113 | | - <artifactId>maven-compiler-plugin</artifactId> |
114 | | - <executions> |
115 | | - <execution> |
116 | | - <id>default-testCompile</id> |
117 | | - <phase>test-compile</phase> |
118 | | - <configuration> |
119 | | - <testExcludes> |
120 | | - <exclude>**/package-info.java</exclude> |
121 | | - </testExcludes> |
122 | | - </configuration> |
123 | | - <goals> |
124 | | - <goal>testCompile</goal> |
125 | | - </goals> |
126 | | - </execution> |
127 | | - </executions> |
128 | | - </plugin> |
129 | | - </plugins> |
130 | | - <pluginManagement> |
131 | | - <plugins> |
132 | | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on |
133 | | - the Maven build itself.--> |
134 | | - <plugin> |
135 | | - <groupId>org.eclipse.m2e</groupId> |
136 | | - <artifactId>lifecycle-mapping</artifactId> |
137 | | - <version>1.0.0</version> |
138 | | - <configuration> |
139 | | - <lifecycleMappingMetadata> |
140 | | - <pluginExecutions> |
141 | | - <pluginExecution> |
142 | | - <pluginExecutionFilter> |
143 | | - <groupId>org.apache.maven.plugins</groupId> |
144 | | - <artifactId>maven-antrun-plugin</artifactId> |
145 | | - <versionRange>[1.7,)</versionRange> |
146 | | - <goals> |
147 | | - <goal>run</goal> |
148 | | - <goal>properties-augmentation</goal> |
149 | | - <goal>licenses-file-rename</goal> |
150 | | - </goals> |
151 | | - </pluginExecutionFilter> |
152 | | - <action> |
153 | | - <ignore/> |
154 | | - </action> |
155 | | - </pluginExecution> |
156 | | - <pluginExecution> |
157 | | - <pluginExecutionFilter> |
158 | | - <groupId>org.codehaus.mojo</groupId> |
159 | | - <artifactId>flatten-maven-plugin</artifactId> |
160 | | - <versionRange>[1.3.2,)</versionRange> |
161 | | - <goals> |
162 | | - <goal>flatten</goal> |
163 | | - </goals> |
164 | | - </pluginExecutionFilter> |
165 | | - <action> |
166 | | - <ignore/> |
167 | | - </action> |
168 | | - </pluginExecution> |
169 | | - <pluginExecution> |
170 | | - <pluginExecutionFilter> |
171 | | - <groupId>org.codehaus.mojo</groupId> |
172 | | - <artifactId>exec-maven-plugin</artifactId> |
173 | | - <versionRange>[1.3.2,)</versionRange> |
174 | | - <goals> |
175 | | - <goal>java</goal> |
176 | | - <goal>default</goal> |
177 | | - </goals> |
178 | | - </pluginExecutionFilter> |
179 | | - <action> |
180 | | - <ignore/> |
181 | | - </action> |
182 | | - </pluginExecution> |
183 | | - </pluginExecutions> |
184 | | - </lifecycleMappingMetadata> |
185 | | - </configuration> |
186 | | - </plugin> |
187 | | - </plugins> |
188 | | - </pluginManagement> |
189 | | - </build> |
190 | | - </profile> |
191 | | - </profiles> |
192 | 99 | </project> |
0 commit comments