Skip to content

Commit

Permalink
fix: revert not working deployment of test-root-context ui classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov authored and pleku committed Dec 7, 2020
1 parent d72bc01 commit e84e153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,6 @@
<module>test-mixed/pom-pnpm-production.xml</module>
</modules>
</profile>
<profile>
<id>snapshot</id>
<modules>
<module>test-root-context</module>
</modules>
</profile>
<profile>
<id>run-tests</id>
<activation>
Expand Down
4 changes: 4 additions & 0 deletions flow-tests/test-root-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<artifactId>flow-test-root-context-npm</artifactId>
<name>Flow root context tests in NPM dev mode</name>
<packaging>war</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
Expand Down

0 comments on commit e84e153

Please sign in to comment.