Skip to content

Commit c7fb7f2

Browse files
author
Manuel Galle
committed
Remove unnecessary dependencies and plugins
1 parent 09504e7 commit c7fb7f2

3 files changed

Lines changed: 11 additions & 368 deletions

File tree

all/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -130,32 +130,6 @@
130130
</plugins>
131131
</build>
132132
</profile>
133-
<profile>
134-
<id>autoInstallSinglePackagePublish</id>
135-
<activation>
136-
<activeByDefault>false</activeByDefault>
137-
</activation>
138-
<build>
139-
<plugins>
140-
<plugin>
141-
<groupId>com.day.jcr.vault</groupId>
142-
<artifactId>content-package-maven-plugin</artifactId>
143-
<executions>
144-
<execution>
145-
<id>install-package-publish</id>
146-
<goals>
147-
<goal>install</goal>
148-
</goals>
149-
<configuration>
150-
<targetURL>http://${aem.publish.host}:${aem.publish.port}/crx/packmgr/service.jsp</targetURL>
151-
<failOnError>true</failOnError>
152-
</configuration>
153-
</execution>
154-
</executions>
155-
</plugin>
156-
</plugins>
157-
</build>
158-
</profile>
159133
</profiles>
160134

161135
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)