File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 82
82
</execution >
83
83
</executions >
84
84
</plugin >
85
-
85
+ <plugin >
86
+ <groupId >net.itarray</groupId >
87
+ <artifactId >automotion-maven-plugin</artifactId >
88
+ <version >1.0.5</version >
89
+ <!-- <executions>-->
90
+ <!-- <execution>-->
91
+ <!-- <id>automotion</id>-->
92
+ <!-- <phase>install</phase>-->
93
+ <!-- <goals>-->
94
+ <!-- <goal>automotion-report</goal>-->
95
+ <!-- </goals>-->
96
+ <!-- </execution>-->
97
+ <!-- </executions>-->
98
+ </plugin >
86
99
<plugin >
87
100
<groupId >org.apache.maven.plugins</groupId >
88
101
<artifactId >maven-javadoc-plugin</artifactId >
98
111
<additionalparam >-Xdoclint:none</additionalparam >
99
112
<javadocDirectory >${project.basedir} /target/generated-sources/apidocs</javadocDirectory >
100
113
<failOnError >false</failOnError >
101
- <excludePackageNames >net.itarray.automotion.internal:net.itarray.automotion.internal.*</excludePackageNames >
114
+ <excludePackageNames >net.itarray.automotion.internal:net.itarray.automotion.internal.*
115
+ </excludePackageNames >
102
116
</configuration >
103
117
</plugin >
104
118
<plugin >
129
143
<plugin >
130
144
<groupId >net.itarray</groupId >
131
145
<artifactId >automotion-maven-plugin</artifactId >
132
- <version >1.0.2 </version >
146
+ <version >1.0.5 </version >
133
147
</plugin >
134
148
</plugins >
135
149
</build >
You can’t perform that action at this time.
0 commit comments