File tree 2 files changed +15
-30
lines changed
2 files changed +15
-30
lines changed Original file line number Diff line number Diff line change
1
+ Copyright 2009-2015 the original author or authors.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- Copyright 2009-2014 the original author or authors.
3
+ Copyright 2009-2015 the original author or authors.
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
365
365
</excludes >
366
366
</testResource >
367
367
</testResources >
368
- <pluginManagement >
369
- <plugins >
370
- <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
371
- <plugin >
372
- <groupId >org.eclipse.m2e</groupId >
373
- <artifactId >lifecycle-mapping</artifactId >
374
- <version >1.0.0</version >
375
- <configuration >
376
- <lifecycleMappingMetadata >
377
- <pluginExecutions >
378
- <pluginExecution >
379
- <pluginExecutionFilter >
380
- <groupId >org.sonatype.plugins</groupId >
381
- <artifactId >jarjar-maven-plugin</artifactId >
382
- <versionRange >[1.9,)</versionRange >
383
- <goals >
384
- <goal >jarjar</goal >
385
- </goals >
386
- </pluginExecutionFilter >
387
- <action >
388
- <ignore ></ignore >
389
- </action >
390
- </pluginExecution >
391
- </pluginExecutions >
392
- </lifecycleMappingMetadata >
393
- </configuration >
394
- </plugin >
395
- </plugins >
396
- </pluginManagement >
397
368
</build >
369
+
398
370
</project >
You can’t perform that action at this time.
0 commit comments