[OLINGO-772] Change for parent pom deploy
This commit is contained in:
parent
54f6947259
commit
fdf5c0204d
12
lib/pom.xml
12
lib/pom.xml
|
@ -52,6 +52,18 @@
|
|||
<exclude.regex>.*proxy.*</exclude.regex>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>${olingo.deploy.skip}</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>build.fast</id>
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -397,13 +397,6 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>${olingo.deploy.skip}</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-remote-resources-plugin</artifactId>
|
||||
<version>1.5</version>
|
||||
|
|
Loading…
Reference in New Issue