Skip to content

Commit e184a11

Browse files
committed
Move m2e execution filter into parent and add license
m2e lifecycle-mapping is needed via plugin defined in parent so move it there instead. Add license txt file for maven loading licenses
1 parent 55bc68c commit e184a11

File tree

2 files changed

+15
-30
lines changed

2 files changed

+15
-30
lines changed

license.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

pom.xml

+2-30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2009-2014 the original author or authors.
3+
Copyright 2009-2015 the original author or authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -365,34 +365,6 @@
365365
</excludes>
366366
</testResource>
367367
</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>
397368
</build>
369+
398370
</project>

0 commit comments

Comments
 (0)