We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fea66 commit aef8fc4Copy full SHA for aef8fc4
google-api-client/pom.xml
@@ -36,9 +36,9 @@
36
<configuration>
37
<archive>
38
<manifest>
39
-<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
40
</manifest>
41
- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
42
</archive>
43
</configuration>
44
</plugin>
@@ -50,9 +50,9 @@
50
<execution>
51
<id>bundle-manifest</id>
52
<phase>process-classes</phase>
53
- <goals>
+ <goals>
54
<goal>manifest</goal>
55
- </goals>
+ </goals>
56
</execution>
57
</executions>
58
0 commit comments