Skip to content

Commit acd1268

Browse files
nickboldtarjantijms
authored andcommitted
not sure which groupId to use here so ... here's another option …
Signed-off-by: nickboldt <[email protected]>
1 parent d295a8e commit acd1268

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: angularjs/build.properties

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
output.. = bin/
2+
source.. = src/
3+
src.includes = *
4+
src.excludes = src
5+
bin.includes = .,\
6+
./src/main/resources/META-INF/persistence.xml

Diff for: angularjs/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
54
<parent>
6-
<artifactId>jaxrs</artifactId>
7-
<groupId>org.javaee7</groupId>
5+
<groupId>org.javaee7.extra</groupId>
6+
<artifactId>extra-samples</artifactId>
87
<version>1.0-SNAPSHOT</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
10+
11+
<groupId>org.javaee7.extra</groupId>
1112
<artifactId>jaxrs-angularjs</artifactId>
1213
<packaging>war</packaging>
1314
<name>Java EE 7 Sample: jaxrs - angularjs</name>

0 commit comments

Comments
 (0)