File tree Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 78
78
</execution >
79
79
</executions >
80
80
</plugin >
81
+ <plugin >
82
+ <groupId >com.mycila</groupId >
83
+ <artifactId >license-maven-plugin</artifactId >
84
+ <configuration >
85
+ <header >../../scripts/license_header.txt</header >
86
+ </configuration >
87
+ </plugin >
88
+ <plugin >
89
+ <groupId >org.codehaus.mojo</groupId >
90
+ <artifactId >versions-maven-plugin</artifactId >
91
+ <configuration >
92
+ <rulesUri >file://${project.basedir} /../../scripts/maven-version-rules.xml</rulesUri >
93
+ </configuration >
94
+ </plugin >
81
95
</plugins >
82
96
</build >
83
97
Original file line number Diff line number Diff line change 74
74
</execution >
75
75
</executions >
76
76
</plugin >
77
+ <plugin >
78
+ <groupId >com.mycila</groupId >
79
+ <artifactId >license-maven-plugin</artifactId >
80
+ <configuration >
81
+ <header >../../scripts/license_header.txt</header >
82
+ </configuration >
83
+ </plugin >
84
+ <plugin >
85
+ <groupId >org.codehaus.mojo</groupId >
86
+ <artifactId >versions-maven-plugin</artifactId >
87
+ <configuration >
88
+ <rulesUri >file://${project.basedir} /../../scripts/maven-version-rules.xml</rulesUri >
89
+ </configuration >
90
+ </plugin >
77
91
</plugins >
78
92
</build >
79
93
</project >
Original file line number Diff line number Diff line change 54
54
<aggregateFeatures >true</aggregateFeatures >
55
55
</configuration >
56
56
</plugin >
57
+ <plugin >
58
+ <groupId >com.mycila</groupId >
59
+ <artifactId >license-maven-plugin</artifactId >
60
+ <configuration >
61
+ <header >../../scripts/license_header.txt</header >
62
+ </configuration >
63
+ </plugin >
64
+ <plugin >
65
+ <groupId >org.codehaus.mojo</groupId >
66
+ <artifactId >versions-maven-plugin</artifactId >
67
+ <configuration >
68
+ <rulesUri >file://${project.basedir} /../../scripts/maven-version-rules.xml</rulesUri >
69
+ </configuration >
70
+ </plugin >
57
71
</plugins >
58
72
</build >
59
73
Original file line number Diff line number Diff line change 70
70
<tag >HEAD</tag >
71
71
</scm >
72
72
73
+ <build >
74
+ <plugins >
75
+ <plugin >
76
+ <groupId >com.mycila</groupId >
77
+ <artifactId >license-maven-plugin</artifactId >
78
+ <configuration >
79
+ <header >../scripts/license_header.txt</header >
80
+ </configuration >
81
+ </plugin >
82
+ <plugin >
83
+ <groupId >org.codehaus.mojo</groupId >
84
+ <artifactId >versions-maven-plugin</artifactId >
85
+ <configuration >
86
+ <rulesUri >file://${project.basedir} /../scripts/maven-version-rules.xml</rulesUri >
87
+ </configuration >
88
+ </plugin >
89
+ </plugins >
90
+ </build >
91
+
73
92
<dependencies >
74
93
<dependency >
75
94
<groupId >org.apache.karaf.features</groupId >
You can’t perform that action at this time.
0 commit comments