Skip to content

Commit cbe5f2e

Browse files
authored
chore: revert skip publishing for bigtable-stats module (#1071)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️
1 parent a5dcdfc commit cbe5f2e

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

google-cloud-bigtable-stats/pom.xml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -84,59 +84,6 @@
8484
</ignoredUnusedDeclaredDependencies>
8585
</configuration>
8686
</plugin>
87-
<!-- TODO(mattiefu) remove skip publishing after we add built-in metrics implementation -->
88-
<!-- Start Skip publishing -->
89-
<plugin>
90-
<groupId>org.apache.maven.plugins</groupId>
91-
<artifactId>maven-deploy-plugin</artifactId>
92-
<version>3.0.0-M1</version>
93-
<configuration>
94-
<skip>true</skip>
95-
</configuration>
96-
</plugin>
97-
<plugin>
98-
<groupId>org.sonatype.plugins</groupId>
99-
<artifactId>nexus-staging-maven-plugin</artifactId>
100-
<configuration>
101-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
102-
</configuration>
103-
</plugin>
104-
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106-
<artifactId>maven-site-plugin</artifactId>
107-
<configuration>
108-
<skipDeploy>true</skipDeploy>
109-
</configuration>
110-
</plugin>
111-
<plugin>
112-
<groupId>org.apache.maven.plugins</groupId>
113-
<artifactId>maven-source-plugin</artifactId>
114-
<configuration>
115-
<skipSource>true</skipSource>
116-
</configuration>
117-
</plugin>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-javadoc-plugin</artifactId>
121-
<configuration>
122-
<skip>true</skip>
123-
</configuration>
124-
</plugin>
125-
<plugin>
126-
<groupId>org.apache.maven.plugins</groupId>
127-
<artifactId>maven-gpg-plugin</artifactId>
128-
<configuration>
129-
<skip>true</skip>
130-
</configuration>
131-
</plugin>
132-
<plugin>
133-
<groupId>org.codehaus.mojo</groupId>
134-
<artifactId>clirr-maven-plugin</artifactId>
135-
<configuration>
136-
<skip>true</skip>
137-
</configuration>
138-
</plugin>
139-
<!-- End Skip publishing -->
14087
</plugins>
14188
</build>
14289
</project>

0 commit comments

Comments
 (0)