Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
mnhnam-axonivy committed Oct 22, 2024
2 parents 607a066 + 7cc1c8e commit 9bbd008
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions ai-assistant-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,47 +49,6 @@
<build>
<testSourceDirectory>src_test</testSourceDirectory>
<plugins>
<!--plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>12.0.0-SNAPSHOT</version>
<extensions>true</extensions>
<executions>
<execution>
<id>test.engine.download</id>
<phase>validate</phase>
<goals>
<goal>installEngine</goal>
</goals>
</execution>
<execution>
<id>test.engine.starter</id>
<phase>pre-integration-test</phase>
<goals>
<goal>start-test-engine</goal>
</goals>
</execution>
<execution>
<id>deploy.to.development.server</id>
<phase>pre-integration-test</phase>
<goals>
<goal>deploy-to-engine</goal>
</goals>
<configuration>
<deployFile>${project.build.directory}/${project.artifactId}-${project.version}.iar
</deployFile>
<deployToEngineApplication>demo-portal</deployToEngineApplication>
</configuration>
</execution>
<execution>
<id>test.engine.stopper</id>
<phase>post-integration-test</phase>
<goals>
<goal>stop-test-engine</goal>
</goals>
</execution>
</executions>
</plugin-->
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
Expand Down

0 comments on commit 9bbd008

Please sign in to comment.