Skip to content

Commit a82732a

Browse files
committed
Prepare for release
1 parent ce8413a commit a82732a

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

mybatis-scala-core/pom.xml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,8 @@
6262
<artifactId>maven-site-plugin</artifactId>
6363
<version>3.0</version>
6464
<configuration>
65-
<reportPlugins>
66-
<plugin>
67-
<groupId>org.scala-tools</groupId>
68-
<artifactId>maven-scala-plugin</artifactId>
69-
<version>2.15.2</version>
70-
</plugin>
71-
<plugin>
72-
<groupId>org.apache.maven.plugins</groupId>
73-
<artifactId>maven-changes-plugin</artifactId>
74-
<version>2.7.1</version>
75-
<reportSets>
76-
<reportSet>
77-
<reports>
78-
<report>changes-report</report>
79-
</reports>
80-
</reportSet>
81-
</reportSets>
82-
</plugin>
83-
</reportPlugins>
65+
<skip>true</skip>
66+
<skipDeploy>true</skipDeploy>
8467
</configuration>
8568
</plugin>
8669
</plugins>

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
<arguments>-Prelease,bundle,gupload</arguments>
7474
</configuration>
7575
</plugin>
76+
<plugin>
77+
<groupId>org.apache.maven.plugins</groupId>
78+
<artifactId>maven-site-plugin</artifactId>
79+
<configuration>
80+
<skip>true</skip>
81+
<skipDeploy>true</skipDeploy>
82+
</configuration>
83+
</plugin>
7684
</plugins>
7785

7886
<pluginManagement>

0 commit comments

Comments
 (0)