This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +36
-20
lines changed
jersey-example-java8-webapp
jersey-quickstart-grizzly2 Expand file tree Collapse file tree 6 files changed +36
-20
lines changed Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
6
- Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2015-2016 Oracle and/or its affiliates. All rights reserved.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
55
55
<description >Jersey (Java8) WebApp Example Archetype.</description >
56
56
57
57
<build >
58
- <extensions >
59
- <extension >
60
- <groupId >org.apache.maven.archetype</groupId >
61
- <artifactId >archetype-packaging</artifactId >
62
- <version >2.3</version >
63
- </extension >
64
- </extensions >
65
-
66
- <plugins >
67
- <plugin >
68
- <groupId >org.apache.maven.plugins</groupId >
69
- <artifactId >maven-archetype-plugin</artifactId >
70
- <version >2.3</version >
71
- </plugin >
72
- </plugins >
58
+ <resources >
59
+ <resource >
60
+ <directory >${basedir} /src/main/resources</directory >
61
+ <filtering >true</filtering >
62
+ </resource >
63
+ </resources >
73
64
</build >
74
65
</project >
Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
6
- Copyright (c) 2013-2015 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2013-2016 Oracle and/or its affiliates. All rights reserved.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
47
47
<artifactId >project</artifactId >
48
48
<version >3.0-SNAPSHOT</version >
49
49
</parent >
50
+ <packaging >maven-archetype</packaging >
50
51
51
52
<artifactId >jersey-heroku-webapp</artifactId >
52
53
<name >jersey-archetype-heroku-webapp</name >
Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
6
- Copyright (c) 2010-2015 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2010-2016 Oracle and/or its affiliates. All rights reserved.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
47
47
<version >3.0-SNAPSHOT</version >
48
48
</parent >
49
49
<artifactId >jersey-quickstart-grizzly2</artifactId >
50
+ <packaging >maven-archetype</packaging >
50
51
<modelVersion >4.0.0</modelVersion >
51
52
<description >
52
53
An archetype which contains a quick start Jersey project based on Grizzly container.
53
54
</description >
54
55
<name >jersey-archetype-grizzly2</name >
56
+
55
57
<build >
56
58
<resources >
57
59
<resource >
Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
6
- Copyright (c) 2010-2015 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2010-2016 Oracle and/or its affiliates. All rights reserved.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
47
47
<version >3.0-SNAPSHOT</version >
48
48
</parent >
49
49
<modelVersion >4.0.0</modelVersion >
50
+ <packaging >maven-archetype</packaging >
50
51
<description >
51
52
An archetype which contains a quick start Jersey-based web application project.
52
53
</description >
53
54
<artifactId >jersey-quickstart-webapp</artifactId >
54
55
<name >jersey-archetype-webapp</name >
56
+
55
57
<build >
56
58
<plugins >
57
59
<plugin >
Original file line number Diff line number Diff line change 63
63
<module >jersey-example-java8-webapp</module >
64
64
</modules >
65
65
66
+ <build >
67
+ <extensions >
68
+ <extension >
69
+ <groupId >org.apache.maven.archetype</groupId >
70
+ <artifactId >archetype-packaging</artifactId >
71
+ <version >${archetype.mvn.plugin.version} </version >
72
+ </extension >
73
+ </extensions >
74
+
75
+ <plugins >
76
+ <plugin >
77
+ <groupId >org.apache.maven.plugins</groupId >
78
+ <artifactId >maven-archetype-plugin</artifactId >
79
+ <version >${archetype.mvn.plugin.version} </version >
80
+ </plugin >
81
+ </plugins >
82
+ </build >
83
+
66
84
<profiles >
67
85
<profile >
68
86
<id >release</id >
Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
6
- Copyright (c) 2010-2015 Oracle and/or its affiliates. All rights reserved.
6
+ Copyright (c) 2010-2016 Oracle and/or its affiliates. All rights reserved.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
1803
1803
</dependencyManagement >
1804
1804
1805
1805
<properties >
1806
+ <archetype .mvn.plugin.version>2.4</archetype .mvn.plugin.version>
1807
+
1806
1808
<findbugs .skip>false</findbugs .skip>
1807
1809
<findbugs .threshold>Low</findbugs .threshold>
1808
1810
<!-- the exclude file cannot be here directly, as FindBugs would interpret the path as relative to
You can’t perform that action at this time.
0 commit comments