Skip to content

Commit 4ce7958

Browse files
ctomcbstansberry
authored andcommittedNov 13, 2013
Upgrade Maven to 3.1.1 and require 3.1.0 as minimum
1 parent 0fc13db commit 4ce7958

File tree

76 files changed

+4030
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+4030
-57
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
Build configuration. Override JBoss Parent settings as necessary.
6464
For example: <version.surefire.plugin>2.11</version.surefire.plugin>
6565
-->
66-
66+
<maven.min.version>3.1.0</maven.min.version>
6767
<version.surefire.plugin>2.11</version.surefire.plugin>
6868
<!--
6969
Dependency versions. Please keep alphabetical.

‎tools/maven/LICENSE.txt ‎tools/maven/LICENSE

+49
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,52 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203+
204+
Apache Maven includes a number of components and libraries with separate
205+
copyright notices and license terms. Your use of those components are
206+
subject to the terms and conditions of the following licenses.
207+
208+
209+
210+
AOP alliance (http://aopalliance.sourceforge.net) aopalliance:aopalliance:jar:1.0
211+
License: Public Domain
212+
213+
JSR-250 Common Annotations for the JavaTM Platform (http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html) javax.annotation:jsr250-api:jar:1.0
214+
License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 https://glassfish.java.net/public/CDDLv1.0.html (lib/jsr250-api.license)
215+
216+
CDI APIs (http://www.seamframework.org/Weld/cdi-api) javax.enterprise:cdi-api:jar:1.0
217+
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/cdi-api.license)
218+
219+
Aether API (http://www.eclipse.org/aether/aether-api/) org.eclipse.aether:aether-api:jar:0.9.0.M2
220+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-api.license)
221+
222+
Aether Connector Wagon (http://www.eclipse.org/aether/aether-connector-wagon/) org.eclipse.aether:aether-connector-wagon:jar:0.9.0.M2
223+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-connector-wagon.license)
224+
225+
Aether Implementation (http://www.eclipse.org/aether/aether-impl/) org.eclipse.aether:aether-impl:jar:0.9.0.M2
226+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-impl.license)
227+
228+
Aether SPI (http://www.eclipse.org/aether/aether-spi/) org.eclipse.aether:aether-spi:jar:0.9.0.M2
229+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-spi.license)
230+
231+
Aether Utilities (http://www.eclipse.org/aether/aether-util/) org.eclipse.aether:aether-util:jar:0.9.0.M2
232+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-util.license)
233+
234+
org.eclipse.sisu.inject (http://www.eclipse.org/sisu/org.eclipse.sisu.inject/) org.eclipse.sisu:org.eclipse.sisu.inject:eclipse-plugin:0.0.0.M5
235+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/org.eclipse.sisu.inject.license)
236+
237+
org.eclipse.sisu.plexus (http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/) org.eclipse.sisu:org.eclipse.sisu.plexus:eclipse-plugin:0.0.0.M5
238+
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/org.eclipse.sisu.plexus.license)
239+
240+
SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.5
241+
License: MIT License http://www.opensource.org/licenses/mit-license.php (lib/slf4j-api.license)
242+
243+
SLF4J Simple Binding (http://www.slf4j.org) org.slf4j:slf4j-simple:jar:1.7.5
244+
License: MIT License http://www.opensource.org/licenses/mit-license.php (lib/slf4j-simple.license)
245+
246+
Plexus Cipher: encryption/decryption Component (http://spice.sonatype.org/plexus-cipher) org.sonatype.plexus:plexus-cipher:jar:1.7
247+
License: Apache Public License 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/plexus-cipher.license)
248+
249+
Plexus Security Dispatcher Component (http://spice.sonatype.org/plexus-sec-dispatcher) org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
250+
License: Apache Public License 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/plexus-sec-dispatcher.license)
251+

0 commit comments

Comments
 (0)
Please sign in to comment.