Skip to content

Commit

Permalink
#23507 Using glassfish7 directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Apr 13, 2022
1 parent 2497c55 commit c1f51c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appserver/tests/admin/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<configuration>
<includeArtifactIds>test-progress-admin-extension</includeArtifactIds>
<excludeTransitive>true</excludeTransitive>
<outputDirectory>${project.build.directory}/glassfish6/glassfish/modules</outputDirectory>
<outputDirectory>${project.build.directory}/glassfish7/glassfish/modules</outputDirectory>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private static File detectBasedir() {


private static File resolveGlassFishRoot() {
final File gfDir = BASEDIR.toPath().resolve(Path.of("target", "glassfish6", "glassfish")).toFile();
final File gfDir = BASEDIR.toPath().resolve(Path.of("target", "glassfish7", "glassfish")).toFile();
if (gfDir == null || !gfDir.exists()) {
throw new IllegalStateException("The expected GlassFish home directory doesn't exist: " + gfDir);
}
Expand Down

0 comments on commit c1f51c0

Please sign in to comment.