File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ output.. = bin/
2
+ source.. = src/
3
+ src.includes = *
4
+ src.excludes = src
5
+ bin.includes = .,\
6
+ ./src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
- <artifactId >jaxrs</ artifactId >
7
- <groupId >org.javaee7</ groupId >
5
+ <groupId >org.javaee7.extra</ groupId >
6
+ <artifactId >extra-samples</ artifactId >
8
7
<version >1.0-SNAPSHOT</version >
9
8
<relativePath >../pom.xml</relativePath >
10
9
</parent >
10
+
11
+ <groupId >org.javaee7.extra</groupId >
11
12
<artifactId >jaxrs-angularjs</artifactId >
12
13
<packaging >war</packaging >
13
14
<name >Java EE 7 Sample: jaxrs - angularjs</name >
You can’t perform that action at this time.
0 commit comments