Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit bbc06f1

Browse files
author
Arun Gupta
committed
Adding relative pom location
Former-commit-id: 025fff7979ab5e09b68aad6b8fd5778766ca4e1f
1 parent c51a7d4 commit bbc06f1

File tree

1 file changed

+6
-4
lines changed
  • samples/jsf/flows-declarative

1 file changed

+6
-4
lines changed

samples/jsf/flows-declarative/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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>
44
<parent>
5-
<artifactId>jsf</artifactId>
6-
<groupId>org.sample</groupId>
7-
<version>1.0-SNAPSHOT</version>
8-
</parent>
5+
<artifactId>jsf</artifactId>
6+
<groupId>org.sample</groupId>
7+
<version>1.0-SNAPSHOT</version>
8+
<relativePath>../pom.xml</relativePath>
9+
</parent>
910

1011
<groupId>org.glassfish.sample</groupId>
1112
<artifactId>flows-declarative</artifactId>
@@ -17,6 +18,7 @@
1718
<properties>
1819
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
1920
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21+
<netbeans.hint.deploy.server>gfv3ee6</netbeans.hint.deploy.server>
2022
</properties>
2123

2224
<dependencies>

0 commit comments

Comments
 (0)