diff --git a/takari-lifecycle.spec b/takari-lifecycle.spec index f3dc9d6..0a77bdc 100644 --- a/takari-lifecycle.spec +++ b/takari-lifecycle.spec @@ -1,6 +1,6 @@ Name: takari-lifecycle Version: 1.11.3 -Release: 1%{?dist} +Release: 0.1%{?dist} Summary: Optimized replacement for the Maven default lifecycle # Everything is under EPL, but one file (AetherUtils.java) is under both EPL and ASL 2.0 License: EPL and ASL 2.0 @@ -88,6 +88,31 @@ ln -sf %{_javadir}/commons-lang.jar takari-lifecycle-plugin/src/test/jars/common # eclipse should provide the alias %pom_remove_dep -r :org.eclipse.jdt.compiler.apt +# Bootstrap build +%pom_remove_parent +%pom_xpath_set pom:project/pom:packaging maven-plugin takari-lifecycle-plugin +%pom_add_plugin :maven-compiler-plugin ' + +1.7 +1.7 +' +%pom_add_plugin org.apache.maven.plugins:maven-plugin-plugin takari-lifecycle-plugin ' + + +mojo-descriptor + +process-classes + +maven-plugin + + + +descriptor + + + +' + %build %mvn_build -f -- -Dproject.build.sourceEncoding=UTF-8