Maven Configuration Improvements (#57)

* Specify build-helper-maven-plugin Version

* Refactored Deprecated AntRun Plugin Parameter
This commit is contained in:
Kyle Anderson
2017-07-12 12:36:48 -07:00
committed by Spencer Gibb
parent 4cc410cfc0
commit a9ced4513e

View File

@@ -662,13 +662,13 @@ limitations under the License.
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<java classname="org.jruby.Main" failonerror="yes">
<arg value="${basedir}/src/main/ruby/generate_readme.sh"/>
<arg value="-o"/>
<arg value="${main.basedir}/README.adoc"/>
</java>
</tasks>
</target>
</configuration>
</execution>
<execution>
@@ -749,6 +749,7 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>attach-zip</id>