Maven Configuration Improvements (#57)
* Specify build-helper-maven-plugin Version * Refactored Deprecated AntRun Plugin Parameter
This commit is contained in:
committed by
Spencer Gibb
parent
4cc410cfc0
commit
a9ced4513e
5
pom.xml
5
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user