Skip to content

Commit 49a0b18

Browse files
anton-vinogradovdevozerov
authored andcommitted
IGNITE-4353 Parent Cassandra module deployed on maven repository (hotfix: deploy to custom maven repository)
1 parent c8dbec4 commit 49a0b18

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

modules/cassandra/pom.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,16 @@
5151
</modules>
5252

5353
<build>
54-
<pluginManagement>
55-
<plugins>
56-
<plugin>
57-
<groupId>org.apache.maven.plugins</groupId>
58-
<artifactId>maven-deploy-plugin</artifactId>
59-
<version>2.8.2</version>
60-
<inherited>false</inherited>
61-
<configuration>
62-
<skip>true</skip>
63-
</configuration>
64-
</plugin>
65-
</plugins>
66-
</pluginManagement>
54+
<plugins>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-deploy-plugin</artifactId>
58+
<version>2.8.2</version>
59+
<inherited>false</inherited>
60+
<configuration>
61+
<skip>true</skip>
62+
</configuration>
63+
</plugin>
64+
</plugins>
6765
</build>
6866
</project>

0 commit comments

Comments
 (0)