We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7198f2 commit 76d2764Copy full SHA for 76d2764
pom.xml
@@ -279,11 +279,10 @@
279
<version>0.7.0</version>
280
<extensions>true</extensions>
281
<configuration>
282
- <deploymentName>${project.name}-${project.version}</deploymentName>
283
<publishingServerId>central</publishingServerId>
284
<autoPublish>true</autoPublish>
285
<excludeArtifacts>
286
- <excludeArtifact>cc.carm.lib:configured-demo</excludeArtifact>
+ <excludeArtifact>configured-demo</excludeArtifact>
287
</excludeArtifacts>
288
</configuration>
289
</plugin>
0 commit comments