Skip to content

Commit

Permalink
Remove src/main/resources from pom.xml, now that there are none.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonY authored and tswast committed Mar 24, 2016
1 parent 65c3d4c commit 47923d9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions storage/json-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
Expand All @@ -19,14 +20,6 @@
</properties>

<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
</resources>
<finalName>${project.artifactId}-${project.version}</finalName>
</build>
<dependencies>
Expand All @@ -44,7 +37,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 47923d9

Please sign in to comment.