Skip to content

Commit

Permalink
Add group for testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Mar 10, 2016
1 parent 4279a93 commit e7f0bff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
/**
* Core classes for the {@code gcloud-java} library.
*/

package com.google.gcloud;
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@
<title>Main packages</title>
<packages>com.google.gcloud*</packages>
</group>
<group>
<title>Test helpers packages</title>
<packages>com.google.gcloud.bigquery.testing:com.google.gcloud.datastore.testing:com.google.gcloud.resourcemanager.testing:com.google.gcloud.storage.testing</packages>
</group>
<group>
<title>SPI packages</title>
<packages>com.google.gcloud.spi</packages>
Expand Down

0 comments on commit e7f0bff

Please sign in to comment.