Skip to content

Commit e7198f2

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,12 @@
279279
<version>0.7.0</version>
280280
<extensions>true</extensions>
281281
<configuration>
282+
<deploymentName>${project.name}-${project.version}</deploymentName>
282283
<publishingServerId>central</publishingServerId>
283284
<autoPublish>true</autoPublish>
285+
<excludeArtifacts>
286+
<excludeArtifact>cc.carm.lib:configured-demo</excludeArtifact>
287+
</excludeArtifacts>
284288
</configuration>
285289
</plugin>
286290
</plugins>

0 commit comments

Comments
 (0)