File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
11
<groupId >org.scalatest</groupId >
12
12
<artifactId >scalatest-maven-plugin</artifactId >
13
13
<packaging >maven-plugin</packaging >
14
- <version >2.0.0-SNAPSHOT </version >
14
+ <version >2.0.0</version >
15
15
<name >ScalaTest Maven Plugin</name >
16
16
<description >Integrates ScalaTest into Maven</description >
17
17
122
122
</pluginManagement >
123
123
124
124
<plugins >
125
+
126
+ <plugin >
127
+ <groupId >org.apache.maven.plugins</groupId >
128
+ <artifactId >maven-javadoc-plugin</artifactId >
129
+ <version >2.7</version >
130
+ <configuration >
131
+ <additionalparam >-Xdoclint:none</additionalparam >
132
+ </configuration >
133
+ </plugin >
134
+
125
135
<plugin >
126
136
<groupId >net.alchim31.maven</groupId >
127
137
<artifactId >scala-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments