Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31444011a1 |
1 changed files with 9 additions and 4 deletions
|
|
@ -14,7 +14,6 @@ BuildRequires: maven-local
|
|||
BuildRequires: mvn(jdepend:jdepend)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: mvn(org.jboss.apiviz:apiviz)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
|
|
@ -116,8 +115,14 @@ This package contains javadoc for %{name}.
|
|||
%pom_xpath_remove "pom:configuration/pom:jvm" impl-base
|
||||
%pom_xpath_remove "pom:profiles" impl-base
|
||||
|
||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||
%pom_remove_plugin -r org.eclipse.m2e:lifecycle-mapping
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
%pom_remove_plugin :maven-checkstyle-plugin api-nio2
|
||||
%pom_remove_plugin :maven-checkstyle-plugin api
|
||||
%pom_remove_plugin :maven-checkstyle-plugin impl-base
|
||||
%pom_remove_plugin :maven-checkstyle-plugin impl-nio2
|
||||
%pom_remove_plugin :maven-checkstyle-plugin spi
|
||||
|
||||
%pom_remove_plugin org.eclipse.m2e:lifecycle-mapping
|
||||
|
||||
# Convert from dos to unix line ending
|
||||
sed -i.orig 's|\r||g' LICENSE
|
||||
|
|
@ -129,7 +134,7 @@ rm LICENSE.orig
|
|||
|
||||
%build
|
||||
|
||||
%mvn_build -s
|
||||
%mvn_build -s -- -Dadditionalparam="-Xdoclint:none"
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue