File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <parent >
45 <artifactId >doc-samples</artifactId >
56 <groupId >com.google.cloud</groupId >
1920 </properties >
2021
2122 <build >
22- <resources >
23- <resource >
24- <directory >${basedir} /src/main/resources</directory >
25- <includes >
26- <include >**/*</include >
27- </includes >
28- </resource >
29- </resources >
3023 <finalName >${project.artifactId} -${project.version} </finalName >
3124 </build >
3225 <dependencies >
4437 <dependency >
4538 <groupId >junit</groupId >
4639 <artifactId >junit</artifactId >
47- <version >4.10</version >
4840 <scope >test</scope >
4941 </dependency >
5042 <dependency >
You can’t perform that action at this time.
0 commit comments