File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >com.alipay.sofa</groupId >
1212 <artifactId >sofa-dashboard-client</artifactId >
13- <version >1.0.0-SNAPSHOT </version >
13+ <version >1.0.0</version >
1414 <name >${project.groupId} :${project.artifactId} </name >
1515 <description >SOFADashboard Client</description >
1616 <url >https://github.com/sofastack/sofa-dashboard-client</url >
245245 <id >release</id >
246246 <build >
247247 <plugins >
248+ <plugin >
249+ <groupId >org.apache.maven.plugins</groupId >
250+ <artifactId >maven-javadoc-plugin</artifactId >
251+ <version >2.9.1</version >
252+ <executions >
253+ <execution >
254+ <id >attach-javadocs</id >
255+ <goals >
256+ <goal >jar</goal >
257+ </goals >
258+ </execution >
259+ </executions >
260+ </plugin >
248261 <plugin >
249262 <groupId >org.sonatype.plugins</groupId >
250263 <artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments