allow use of google guava if .google file is present

allows for use of third party modules such as com.github.kristofa.brave-client that use guava as part of their public api
This commit is contained in:
Spencer Gibb
2015-06-01 11:16:13 -06:00
parent e2f22ef7a7
commit 9b55236715

View File

@@ -204,6 +204,13 @@ limitations under the License.
<os>
<family>!windows</family>
</os>
<file>
<missing>.google</missing>
</file>
<property>
<name>project.packaging</name>
<value>jar</value>
</property>
</activation>
<build>
<plugins>
@@ -227,7 +234,7 @@ limitations under the License.
<!-- file patterns -->
<argument>--include=*.java</argument>
<!-- search path -->
<argument>.</argument>
<argument>${project.basedir}</argument>
</arguments>
</configuration>
<goals>