We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dbec4 commit 49a0b18Copy full SHA for 49a0b18
modules/cassandra/pom.xml
@@ -51,18 +51,16 @@
51
</modules>
52
53
<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>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
+ <inherited>false</inherited>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
67
</build>
68
</project>
0 commit comments