Skip to content

Commit 76d2764

Browse files
committed
ci(deploy): Skip deployment for demo project.
1 parent e7198f2 commit 76d2764

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,10 @@
279279
<version>0.7.0</version>
280280
<extensions>true</extensions>
281281
<configuration>
282-
<deploymentName>${project.name}-${project.version}</deploymentName>
283282
<publishingServerId>central</publishingServerId>
284283
<autoPublish>true</autoPublish>
285284
<excludeArtifacts>
286-
<excludeArtifact>cc.carm.lib:configured-demo</excludeArtifact>
285+
<excludeArtifact>configured-demo</excludeArtifact>
287286
</excludeArtifacts>
288287
</configuration>
289288
</plugin>

0 commit comments

Comments
 (0)