Skip to content

Commit

Permalink
Exclude iron-flex-layout dependency and skip module from deployment (#…
Browse files Browse the repository at this point in the history
…4314)

* Exclude iron-flex-layout dependency

* Skip flow-generated-components from deployment
  • Loading branch information
ZheSun88 authored and Denis committed Jun 21, 2018
1 parent 438e1a3 commit 3cd0c02
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flow-components-parent/flow-generated-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
Expand Down
17 changes: 17 additions & 0 deletions flow-tests/test-root-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,29 @@
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>paper-input</artifactId>
<version>2.2.2</version>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
<version>2.0.3</version>
</dependency>

<dependency>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>paper-slider</artifactId>
<version>2.0.6</version>
<exclusions>
<exclusion>
<groupId>org.webjars.bowergithub.polymerelements</groupId>
<artifactId>iron-flex-layout</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 3cd0c02

Please sign in to comment.