File tree 3 files changed +12
-12
lines changed
sevntu-checkstyle-idea-extension
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ deployIdea()
55
55
{
56
56
echo " Deploying Idea"
57
57
cd $SEVNTU_DIR /sevntu-checkstyle-idea-extension/
58
- mvn -e --no-transfer-progress clean deploy -Plocal-deploy -DdeployDir=$GH_SEVNTU_HOMR_DIR
58
+ mvn -e --no-transfer-progress clean javadoc:javadoc deploy -Plocal-deploy \
59
+ -DdeployDir=$GH_SEVNTU_HOMR_DIR
59
60
if [ " $? " != " 0" ]
60
61
then
61
62
echo " build for $SEVNTU_DIR /sevntu-checkstyle-idea-extension/"
Original file line number Diff line number Diff line change 16
16
17
17
<name >Sevntu Checkstyle Idea extension</name >
18
18
19
+ <properties >
20
+ <java .version>11</java .version>
21
+ </properties >
22
+
19
23
<licenses >
20
24
<license >
21
25
<name >LGPL-2.1+</name >
40
44
<plugins >
41
45
<plugin >
42
46
<groupId >org.apache.maven.plugins</groupId >
43
- <artifactId >maven-source-plugin</artifactId >
44
- <version >3.2.1</version >
45
- <executions >
46
- <execution >
47
- <id >attach-sources</id >
48
- <phase >package</phase >
49
- <goals >
50
- <goal >jar</goal >
51
- </goals >
52
- </execution >
53
- </executions >
47
+ <artifactId >maven-compiler-plugin</artifactId >
48
+ <version >3.10.1</version >
49
+ <configuration >
50
+ <source >${java.version} </source >
51
+ <target >${java.version} </target >
52
+ </configuration >
54
53
</plugin >
55
54
56
55
<plugin >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments