The Apache Maven team is pleased to announce the release of the Apache Maven
Filtering 3.4.0
https://maven.apache.org/shared/maven-filtering/
Release Notes - Maven Shared Components - Version maven-filtering-3.4.0
** Improvement
* [MSHARED-1412] - Allow customization of Interpolator used
Howdy,
The Apache Maven team is pleased to announce the release of the Apache
Maven Filtering, version 3.3.2
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-filtering/download.cgi
Release Notes - Maven Shared Components - Version
Hello,
Is it possible to release the maven filtering project with the changes of
[MSHARED-1285]?
Thanks,
Andreas
The Apache Maven team is pleased to announce the release of the
Maven Filtering 3.3.1
https://maven.apache.org/shared/maven-filtering/
Release Notes - Maven Shared Components - Version maven-filtering-3.3.1
** Bug
* [MSHARED-1112] - Copy symlinks failed - NoSuchFileException
* [MSHARED
The Apache Maven team is pleased to announce the release of the Maven
Filtering version 3.3.0.
https://maven.apache.org/shared/maven-filtering/
Release Notes - Maven Shared Components - Version maven-filtering-3.3.0
** Improvement
* [MSHARED-937] - Demote log statement to debug
** Task
The Apache Maven team is pleased to announce the release of the Apache
Maven Filtering, version 3.2.0
This is a shared component for all plugins that need to filter resources.
https://maven.apache.org/shared/maven-filtering/
You should specify the version in your project's plugin configur
Thanks for the quick reply! mvn install works now.
Best regards
Tobias
Am 26.04.2020 um 15:44 schrieb Karl Heinz Marbaise:
> Hi,
>
> On 26.04.20 15:13, Tobias wrote:
>> Hi,
>>
>> I used
>>
>> svn checkout
>> https://svn.apache.org/repos/asf/mav
Hi,
On 26.04.20 15:13, Tobias wrote:
Hi,
I used
svn checkout
https://svn.apache.org/repos/asf/maven/shared/tags/maven-filtering-3.1.1
maven-filtering
This is the wrong location we have moved to Git a long time ago..
correct location now:
https://github.com/apache/maven-filtering
It looks
Hi,
I used
svn checkout
https://svn.apache.org/repos/asf/maven/shared/tags/maven-filtering-3.1.1
maven-filtering
to access the source code and ran mvn install. I got the following error
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
(default-compile
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Filtering Version 3.1.1.
https://maven.apache.org/shared/maven-filtering/
This component has been built from the filtering process/code in Maven
Resources Plugin.
Important Notes since
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Filtering Version 3.1.0.
https://maven.apache.org/shared/maven-filtering/
This component has been built from the filtering process/code in Maven
Resources Plugin. The goal is to provide a
The Apache Maven team is pleased to announce the release of
the Apache Maven Shared Component: Maven Filtering Version 3.0.0.
http://maven.apache.org/shared/maven-filtering/
The goal is to provide a shared component for all plugins that needs to filter
resources.
Important Notes:
* Maven 3.X
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Filtering Version 1.3
The goal is to provide a shared component for all plugins that needs to filter
resources.
http://maven.apache.org/shared/maven-filtering/
You should specify the version in
HTH
Martin-
Date: Fri, 4 Apr 2014 17:13:04 -0700
From: e...@kolotyluk.net
To: users@maven.apache.org
Subject: Maven Filtering
According to http://maven.apache.org/shared/maven-filtering/ I can define
\${project.build.directory}
and I should expect to see
${project.build.directory
Who-Hoo, thanks so much Wayne :-)
That totally solves my problem.
Basically, I was filtering one of the .apt files for my site (actually,
.apt.vm) and was getting confused about filtering.
Great way to wake up Saturday morning with a simple solution to
something that was making me crazy.
> Am I going insane, is this a bug in Maven, or is the documentation wrong?
>
> Is there some other way to escape the filtering?
Generally, this should work. Did you specify the escapeString
configuration [1]? What version of plugins etc are you using?
[1]
http://maven.apache.org/plugins/maven-r
I think you have to define the escape character in the configuration.
-Todd
> On Apr 4, 2014, at 8:13 PM, Eric Kolotyluk wrote:
>
> According to http://maven.apache.org/shared/maven-filtering/ I can define
>
>
> \${project.build.directory}
>
>
>
7:13:04 -0700
> From: e...@kolotyluk.net
> To: users@maven.apache.org
> Subject: Maven Filtering
>
> According to http://maven.apache.org/shared/maven-filtering/ I can define
>
>
> \${project.build.directory}
>
>
> and I should expect to see
>
> ${project.bu
According to http://maven.apache.org/shared/maven-filtering/ I can define
\${project.build.directory}
and I should expect to see
${project.build.directory}
when the property projectBuildDirectory is used, but instead I get
\D:\Users\Eric\Software\Project\Repositories\csharp-windows-elevate
The Apache Maven team is pleased to announce the release of the Apache
Maven Filtering, version 1.2
These Plexus components have been built from the filtering process/code in
Apache Maven Resources Plugin.
The goal is to provide a shared component for all plugins that need to
filter
The Maven team is pleased to announce the release of the Maven
Filtering, version 1.1
These Plexus components have been built from the filtering process/code
in Maven Resources Plugin. The goal is to provide a shared component for
all plugins that needs to filter resources.
http
Thank you =) The goal doc is the only place where I forgot to look while
searching through the resources plugin docs and maven filtering docs.
-Исходное сообщение-
From: Olivier Lamy
Sent: Tuesday, January 24, 2012 4:44 PM
To: Maven Users List
Subject: Re: disable @@ filtering in the
Hello,
See http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html
There are two fields to help you:
* delimiters
* useDefaultDelimiters
HTH
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy
2012/1/24 Oleg Estekhin :
> Hi
Hi
I have a set of resource files that contain some name=key properties, and a
lot of names have the format of "object@attribute".
Now I have to filter them during the build, but '@' characters mess with the
filtering, for example a line like "object@attribute = ${project.version}"
will not
The Maven team is pleased to announce the release of the Maven
Filtering, version 1.0
These Plexus components have been built from the filtering process/code
in Maven Resources Plugin. The goal is to provide a shared component for
all plugins that needs to filter resources.
http
On Wed, May 19, 2010 at 12:47 PM, Jamie Whitehouse <
jamie.whiteho...@alcatel-lucent.com> wrote:
> I think you want to be using a maven-resources-plugin that's version
> 2.4.1 or greater, see MRESOURCES-100 and MRESOURCES-106.
>
Thank you; that did it.
Best,
Laird
ailto:ljnel...@gmail.com]
> Sent: Wednesday, May 19, 2010 11:55 AM
> To: Maven Users List
> Subject: Maven filtering adding backslashes into Windows file paths?
>
> I have an XML file that uses ${user.home} in an attribute.
>
> When Maven filters this and expands it, it expands to:
I have an XML file that uses ${user.home} in an attribute.
When Maven filters this and expands it, it expands to:
C\:\Documents and Settings\...(and so on)
Note the backslash before the colon, which of course makes this an invalid
path on Windows.
How can I prevent Maven from doing this?
Best,
The Maven team is pleased to announce the release of Maven Filtering,
version 1.0-beta-4.
Maven Filtering is an API that allows plugin developers to filter
text-based resources using values supplied by a MavenProject instance, a
MavenSession instance, and an arbitrary set of properties files
The Maven team is pleased to announce the release of Maven Filtering,
version 1.0-beta-3.
Maven Filtering is an API that allows plugin developers to filter
text-based resources using values supplied by a MavenProject instance, a
MavenSession instance, and an arbitrary set of properties files
The Maven team is pleased to announce the release of the Maven
Filtering, version 1.0-beta-2.
These Plexus components have been built from the filtering
process/code in Maven Resources Plugin. The goal is to provide a
shared component for all plugins which needs to filter resources.
http
for your mojo here [1] (the it is ok now :-) ).
>>
>> HTH,
>> --
>> Olivier
>>
>> [1] http://people.apache.org/~olamy/izpack-plugin-interpolation.patch
>>
>>
>> 2008/10/4 Dan Tran <[EMAIL PROTECTED]>:
>>> Hello all,
>>>
>>
filtering "rules".
>
> You will find a patch for your mojo here [1] (the it is ok now :-) ).
>
> HTH,
> --
> Olivier
>
> [1] http://people.apache.org/~olamy/izpack-plugin-interpolation.patch
>
>
> 2008/10/4 Dan Tran <[EMAIL PROTECTED]>:
>>
te it's more easy in beta-2 too add filtering "rules".
You will find a patch for your mojo here [1] (the it is ok now :-) ).
HTH,
--
Olivier
[1] http://people.apache.org/~olamy/izpack-plugin-interpolation.patch
2008/10/4 Dan Tran <[EMAIL PROTECTED]>:
> Hello all,
>
>
Hello all,
I am current using maven-filtering-beta-1 & 2 to interpolate
@{variable} so here is the codesnip
// support @{} izpack ant format
mavenResourcesExecution.addFilerWrapper( new MavenProjectValueSource(
project, true ), "\\@", "(.+?)\\}", "@{",
The Maven team is pleased to announce the release of the Maven
Filtering, version 1.0-beta-1
These Plexus components have been built from the filtering process/code
in Maven Resources Plugin. The goal is to provide a shared component for
all plugins which needs to filter resources.
http
36 matches
Mail list logo