File tree 24 files changed +102
-82
lines changed
24 files changed +102
-82
lines changed Original file line number Diff line number Diff line change 35
35
<groupId >org.javaee7</groupId >
36
36
<artifactId >test-utils</artifactId >
37
37
<version >${project.version} </version >
38
+ <scope >test</scope >
38
39
</dependency >
39
40
<dependency >
40
41
<groupId >org.jboss.shrinkwrap.descriptors</groupId >
41
42
<artifactId >shrinkwrap-descriptors-impl-javaee</artifactId >
43
+ <scope >test</scope >
42
44
</dependency >
43
45
</dependencies >
44
46
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
9
+
11
10
<groupId >org.javaee7</groupId >
12
11
<artifactId >cdi</artifactId >
13
- < version >1.0-SNAPSHOT</ version >
12
+
14
13
<packaging >pom</packaging >
15
14
<name >Java EE 7 Sample: cdi</name >
16
15
48
47
<groupId >org.javaee7</groupId >
49
48
<artifactId >test-utils</artifactId >
50
49
<version >${project.version} </version >
50
+ <scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
53
53
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
- < groupId >org.javaee7</ groupId >
9
+
12
10
<artifactId >concurrency</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
11
<packaging >pom</packaging >
12
+
15
13
<name >Java EE 7 Sample: concurrency</name >
16
14
17
15
<modules >
26
24
<groupId >org.javaee7</groupId >
27
25
<artifactId >test-utils</artifactId >
28
26
<version >${project.version} </version >
27
+ <scope >test</scope >
29
28
</dependency >
30
29
</dependencies >
31
30
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
29
28
<groupId >org.javaee7</groupId >
30
29
<artifactId >test-utils</artifactId >
31
30
<version >${project.version} </version >
31
+ <scope >test</scope >
32
32
</dependency >
33
33
</dependencies >
34
34
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
- < groupId >org.javaee7</ groupId >
9
+
12
10
<artifactId >el</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
11
<packaging >pom</packaging >
12
+
15
13
<name >Java EE 7 Sample: el</name >
16
14
17
15
<modules >
23
21
<groupId >org.javaee7</groupId >
24
22
<artifactId >test-utils</artifactId >
25
23
<version >${project.version} </version >
24
+ <scope >test</scope >
26
25
</dependency >
27
26
</dependencies >
28
27
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
- < groupId >org.javaee7</ groupId >
9
+
12
10
<artifactId >interceptor</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
11
<packaging >pom</packaging >
12
+
15
13
<name >Java EE 7 Sample: interceptor</name >
16
14
17
15
<modules >
23
21
<groupId >org.javaee7</groupId >
24
22
<artifactId >test-utils</artifactId >
25
23
<version >${project.version} </version >
24
+ <scope >test</scope >
26
25
</dependency >
27
26
</dependencies >
28
27
</project >
Original file line number Diff line number Diff line change 6
6
<version >1.0-SNAPSHOT</version >
7
7
</parent >
8
8
9
- <groupId >org.javaee7</groupId >
10
9
<artifactId >jacc</artifactId >
11
-
12
10
<packaging >pom</packaging >
11
+
13
12
<name >Java EE 7 Sample: jacc</name >
14
13
15
14
<modules >
22
21
<groupId >org.javaee7</groupId >
23
22
<artifactId >test-utils</artifactId >
24
23
<version >${project.version} </version >
24
+ <scope >test</scope >
25
25
</dependency >
26
26
</dependencies >
27
27
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
9
12
10
<artifactId >jaspic</artifactId >
83
81
<groupId >org.javaee7</groupId >
84
82
<artifactId >test-utils</artifactId >
85
83
<version >${project.version} </version >
84
+ <scope >test</scope >
86
85
</dependency >
87
86
</dependencies >
88
87
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
- < groupId >org.javaee7</ groupId >
9
+
12
10
<artifactId >javamail</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
11
<packaging >pom</packaging >
12
+
15
13
<name >Java EE 7 Sample: javamail</name >
16
14
17
15
<modules >
23
21
<groupId >org.javaee7</groupId >
24
22
<artifactId >test-utils</artifactId >
25
23
<version >${project.version} </version >
24
+ <scope >test</scope >
26
25
</dependency >
27
26
</dependencies >
28
27
</project >
Original file line number Diff line number Diff line change 21
21
<groupId >org.javaee7</groupId >
22
22
<artifactId >test-utils</artifactId >
23
23
<version >${project.version} </version >
24
+ <scope >test</scope >
24
25
</dependency >
25
26
</dependencies >
26
27
</project >
Original file line number Diff line number Diff line change 9
9
10
10
<artifactId >jaxrs</artifactId >
11
11
<packaging >pom</packaging >
12
+
12
13
<name >Java EE 7 Sample: jaxrs</name >
13
14
14
15
<modules >
48
49
<groupId >org.javaee7</groupId >
49
50
<artifactId >test-utils</artifactId >
50
51
<version >${project.version} </version >
52
+ <scope >test</scope >
51
53
</dependency >
52
54
</dependencies >
53
55
</project >
Original file line number Diff line number Diff line change 22
22
<groupId >org.javaee7</groupId >
23
23
<artifactId >test-utils</artifactId >
24
24
<version >${project.version} </version >
25
+ <scope >test</scope >
25
26
</dependency >
26
27
</dependencies >
27
28
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >org.javaee7</groupId >
11
9
12
10
<artifactId >jca</artifactId >
13
11
<packaging >pom</packaging >
12
+
14
13
<name >Java EE 7 Sample: jca</name >
15
14
16
15
<modules >
23
22
<groupId >org.javaee7</groupId >
24
23
<artifactId >test-utils</artifactId >
25
24
<version >${project.version} </version >
25
+ <scope >test</scope >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
Original file line number Diff line number Diff line change 25
25
<groupId >org.javaee7</groupId >
26
26
<artifactId >test-utils</artifactId >
27
27
<version >${project.version} </version >
28
+ <scope >test</scope >
28
29
</dependency >
29
30
</dependencies >
30
31
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
9
12
10
<artifactId >jpa</artifactId >
50
48
<groupId >org.javaee7</groupId >
51
49
<artifactId >test-utils</artifactId >
52
50
<version >${project.version} </version >
51
+ <scope >test</scope >
53
52
</dependency >
54
53
</dependencies >
55
54
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
9
8
</parent >
10
9
11
10
<artifactId >jsf</artifactId >
12
- <version >1.0-SNAPSHOT</version >
13
11
<packaging >pom</packaging >
14
12
15
13
<name >Java EE 7 Sample: jsf</name >
40
38
<groupId >org.javaee7</groupId >
41
39
<artifactId >test-utils</artifactId >
42
40
<version >${project.version} </version >
41
+ <scope >test</scope >
43
42
</dependency >
44
43
</dependencies >
45
44
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
- < groupId >org.javaee7</ groupId >
9
+
12
10
<artifactId >json</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
11
<packaging >pom</packaging >
12
+
15
13
<name >Java EE 7 Sample: json</name >
16
14
17
15
<modules >
26
24
<groupId >org.javaee7</groupId >
27
25
<artifactId >test-utils</artifactId >
28
26
<version >${project.version} </version >
27
+ <scope >test</scope >
29
28
</dependency >
30
29
</dependencies >
31
30
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > <modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
6
5
<groupId >org.javaee7</groupId >
7
6
<artifactId >samples-parent</artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
- <relativePath >../pom.xml</relativePath >
10
8
</parent >
11
- < groupId >org.javaee7</ groupId >
9
+
12
10
<artifactId >jta</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
11
<packaging >pom</packaging >
12
+
15
13
<name >Java EE 7 Sample: jta</name >
16
14
17
15
<modules >
25
23
<groupId >org.javaee7</groupId >
26
24
<artifactId >test-utils</artifactId >
27
25
<version >${project.version} </version >
26
+ <scope >test</scope >
28
27
</dependency >
29
28
</dependencies >
30
29
You can’t perform that action at this time.
0 commit comments