mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: maven-enforcer-api: Update to 3.0.0.
* gnu/packages/maven.scm (maven-enforcer-api): Update to 3.0.0. * gnu/packages/java.scm (java-bsh): Do not patch pom file anymore.
This commit is contained in:
parent
fb1a9c11e5
commit
04a91c7019
2 changed files with 9 additions and 15 deletions
|
@ -10746,11 +10746,6 @@ annotations.")
|
|||
#:make-flags (list "-DDATE" "(no date for reproducibility)")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'install 'fix-pom
|
||||
(lambda _
|
||||
(substitute* "pom.xml"
|
||||
(("org.apache-extras.beanshell") "org.beanshell"))
|
||||
#t))
|
||||
(replace 'install
|
||||
(install-from-pom "pom.xml")))))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue