File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments