Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Disable deploy; see #7
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Nov 7, 2020
1 parent b4cb79b commit 0e72a1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions org.eclipse.lyo.ldp.sample.loaders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,17 @@
<version>4.0.0-SNAPSHOT</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
7 changes: 7 additions & 0 deletions org.eclipse.lyo.ldp.webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
</filesets>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 0e72a1d

Please sign in to comment.