Skip to content

Commit

Permalink
- Improvements maven process to AEM and Turing App
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Oct 25, 2024
1 parent d286976 commit 4edfb1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions turing-aem/aem-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
<version>3.13.0</version>
<configuration>
<parameters>true</parameters>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
</plugins>
Expand All @@ -111,6 +109,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
<layout>ZIP</layout>
<skip>false</skip>
<executable>true</executable>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</excludes>
</filter>
</filters>
<finalName>turing-aem</finalName>
<finalName>turing-aem-cli</finalName>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>indexer</shadedClassifierName>
<transformers>
Expand Down
5 changes: 2 additions & 3 deletions turing-spring.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
:: call mvn clean install -pl turing-commons
:: call mvn clean install -pl turing-java-sdk
call mvn spring-boot:run -am -pl turing-app -Dskip.npm
:: call mvn spring-boot:run -am -pl turing-app -Dskip.npm
call mvn spring-boot:run -pl turing-app -Dskip.npm

0 comments on commit 4edfb1d

Please sign in to comment.