Skip to content

Commit fb27cc1

Browse files
committed
release 4.0.2
2 parents 1786a7f + 79608b1 commit fb27cc1

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818
stage: mvn_deploy
1919
script:
2020
- pwd
21-
- mvn deploy
21+
- mvn deploy -Dmaven.javadoc.skip=true
2222
only:
2323
- main
24+
- dev

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
<groupId>org.peruntech</groupId>
66
<artifactId>perun-assets</artifactId>
7-
<version>4.0.1</version>
7+
<version>4.0.2</version>
88
<packaging>bundle</packaging>
99
<name>perun-assets</name>
10+
<description>A bundle that provides assets for the Perun Core GUI</description>
1011
<url>https://github.com/PerunTech/perun-assets</url>
1112
<organization>
1213
<name>Perun Technologies</name>
@@ -66,6 +67,19 @@
6667
</execution>
6768
</executions>
6869
</plugin>
70+
<plugin>
71+
<groupId>org.apache.maven.plugins</groupId>
72+
<artifactId>maven-javadoc-plugin</artifactId>
73+
<version>3.6.3</version>
74+
<executions>
75+
<execution>
76+
<id>attach-javadocs</id>
77+
<goals>
78+
<goal>jar</goal>
79+
</goals>
80+
</execution>
81+
</executions>
82+
</plugin>
6983
<plugin>
7084
<artifactId>maven-compiler-plugin</artifactId>
7185
<version>3.5.1</version>

0 commit comments

Comments
 (0)