Skip to content

Commit

Permalink
minor alterations to pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
reiner_jung committed Apr 28, 2016
1 parent 0d7f150 commit 959d950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<id>gf-undeploy</id>
<goals>
<goal>undeploy</goal>
<goal>stop-domain</goal>
</goals>
<phase>clean</phase>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<configuration>
<glassfishDirectory>${local.glassfish.home}</glassfishDirectory>
<user>${logic.registry.user}</user>
<adminPassword>${logic.registry.password}</adminPassword>
<!-- <passwordFile>${logic.registry.passwordFile}</passwordFile> -->
<!-- <adminPassword>${logic.registry.password}</adminPassword> -->
<passwordFile>${logic.registry.passwordFile}</passwordFile>
<domain>
<name>${logic.registry.domain}</name>
<host>${logic.registry.host}</host>
Expand All @@ -110,7 +110,7 @@
<id>gf-undeploy</id>
<goals>
<goal>undeploy</goal>
<goal>stop-domain</goal>

</goals>
<phase>clean</phase>
</execution>
Expand Down

0 comments on commit 959d950

Please sign in to comment.