Skip to content

Commit

Permalink
Merge pull request #385 from jGauravGupta/FISH-8555
Browse files Browse the repository at this point in the history
FISH-8555 Release Maven plugin - Payara Micro Plugin 2.4 / Cloud Plugin 1.0-Alpha4
  • Loading branch information
jGauravGupta authored Aug 14, 2024
2 parents 63acbba + babe521 commit 4450dee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions payara-cloud-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-cloud-maven-plugin</artifactId>
<version>1.0-Alpha4-SNAPSHOT</version>
<version>1.0-Alpha4</version>
<packaging>maven-plugin</packaging>
<name>Payara Cloud Maven Plugin</name>
<description>Payara Cloud Maven Plugin that deploys Jakarta EE (formerly Java EE) and MicroProfile applications to Payara Cloud, an all-in-one platform as a service (PaaS) solution</description>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
<version>3.3.0</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>fish.payara.tools</groupId>
Expand All @@ -192,7 +192,7 @@
<dependency>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-maven-plugins-common</artifactId>
<version>1.0-Alpha2</version>
<version>1.0-Alpha4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion payara-maven-plugins-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-maven-plugins-common</artifactId>
<version>1.0-Alpha4-SNAPSHOT</version>
<version>1.0-Alpha4</version>
<packaging>jar</packaging>
<name>Payara Maven Plugins Common</name>
<description>The Payara Maven Plugins Common project provides shared utilities and components used across the Payara Micro and Payara Cloud Maven plugins.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private List<String> updateGoalsList(boolean classesModified, boolean resourceMo
goalsList.add(OPTION_DISABLE_INCREMENTAL_COMPILATION);
}
}
if (!clean && onlyJavaFilesUpdated) {
if (!clean && start.isLocal() && onlyJavaFilesUpdated) {
Path outputDirectory = Paths.get(webappDirectory.toPath().toString(), WEB_INF_DIRECTORY, CLASSES_DIRECTORY);
goalsList.add(OPTION_OUTPUT_DIRECTORY + "\"" + outputDirectory.toString() + "\"");
} else {
Expand Down
4 changes: 2 additions & 2 deletions payara-micro-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-micro-maven-plugin</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
<packaging>maven-plugin</packaging>
<name>Payara Micro Maven Plugin</name>
<description>Payara Micro Maven Plugin that incorporates payara-micro with the produced artifact</description>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-maven-plugins-common</artifactId>
<version>1.0-Alpha4-SNAPSHOT</version>
<version>1.0-Alpha4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 4450dee

Please sign in to comment.