Discussion:
maven.rules syntax
Luca Vercelli
2016-06-24 07:25:41 UTC
Permalink
Dear Java team,
I cannot understand the exact syntax of maven.rules. Is there any manual
on the web? or in man pages?
Thank you

Luca
Markus Koschany
2016-06-24 10:16:32 UTC
Permalink
Post by Luca Vercelli
Dear Java team,
I cannot understand the exact syntax of maven.rules. Is there any manual
on the web? or in man pages?
Thank you
Luca
mh_make usually installs a template for maven.rules in every package.
The different fields are explained in

maven-packager-utils/src/main/resources/maven.rules.description

in the maven-debian-helper source package. The syntax is similar to sed

s/old_value/new_value
Luca Vercelli
2016-06-24 11:23:53 UTC
Permalink
Thank you, got it.
I didn't find that file in the source package [0], but it was on
github [1].
Regards
Luca


[0]
http://http.debian.net/debian/pool/main/m/maven-repo-helper/maven-repo-h
elper_1.8.12.tar.xz
[1]
https://github.com/Debian/maven-debian-helper/blob/master/maven-packager
- -utils/src/main/resources/maven.rules.description
Post by Markus Koschany
Dear Java team, I cannot understand the exact syntax of
maven.rules. Is there any manual on the web? or in man pages?
Thank you
Luca
mh_make usually installs a template for maven.rules in every
package. The different fields are explained in
maven-packager-utils/src/main/resources/maven.rules.description
in the maven-debian-helper source package. The syntax is similar to sed
s/old_value/new_value
Loading...