[ANN] Apache Maven Filtering 3.4.0 Released

2024-09-10 Thread Konrad Windszus
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

[ANN] Maven Filtering 3.3.2 Released

2024-03-12 Thread Tamás Cservenák
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

Release of maven filtering possible?

2024-01-08 Thread Andreas Kuhtz
Hello, Is it possible to release the maven filtering project with the changes of [MSHARED-1285]? Thanks, Andreas

[ANN] Maven Filtering 3.3.1 released

2023-03-24 Thread Tamás Cservenák
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

[ANN] Apache Maven Filtering 3.3.0 released

2022-06-14 Thread Michael Osipov
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

[ANN] Apache Maven Filtering 3.2.0 Released

2020-08-11 Thread Dennis Lundberg
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

Re: Problem building maven-filtering 3.1.1: Error generating metadata

2020-04-26 Thread Tobias
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

Re: Problem building maven-filtering 3.1.1: Error generating metadata

2020-04-26 Thread Karl Heinz Marbaise
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

Problem building maven-filtering 3.1.1: Error generating metadata

2020-04-26 Thread Tobias
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

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.1.1 Released

2016-06-03 Thread Karl Heinz Marbaise
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

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.1.0 Released

2016-04-15 Thread Karl Heinz Marbaise
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

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.0.0 Released

2015-11-11 Thread Karl Heinz Marbaise
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

[ANN] Apache Maven Shared Component: Maven Filtering Version 1.3 Released

2014-10-23 Thread Karl Heinz Marbaise
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

Re: Maven Filtering

2014-04-05 Thread Eric Kolotyluk
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

Re: Maven Filtering

2014-04-05 Thread Eric Kolotyluk
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.

Re: Maven Filtering

2014-04-04 Thread Wayne Fay
> 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

Re: Maven Filtering

2014-04-04 Thread Chaka.net
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} > > >

RE: Maven Filtering

2014-04-04 Thread Martin Gainty
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

Maven Filtering

2014-04-04 Thread Eric Kolotyluk
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

[ANN] Apache Maven Filtering 1.2 Released

2014-03-10 Thread Robert Scholte
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

[ANN] Maven Filtering 1.1 Released

2012-08-14 Thread Stephane Nicoll
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

Re: disable @@ filtering in the Maven Resources Plugin/Maven Filtering

2012-01-24 Thread Oleg Estekhin
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

Re: disable @@ filtering in the Maven Resources Plugin/Maven Filtering

2012-01-24 Thread Olivier Lamy
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

disable @@ filtering in the Maven Resources Plugin/Maven Filtering

2012-01-24 Thread Oleg Estekhin
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

[ANN] Maven Filtering 1.0 Released

2011-02-24 Thread Dennis Lundberg
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

Re: Maven filtering adding backslashes into Windows file paths?

2010-05-19 Thread Laird Nelson
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

RE: Maven filtering adding backslashes into Windows file paths?

2010-05-19 Thread Jamie Whitehouse
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:

Maven filtering adding backslashes into Windows file paths?

2010-05-19 Thread Laird Nelson
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,

[ANN] Maven Filtering 1.0-beta-4 Released

2010-02-21 Thread Benjamin Bentmann
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

[ANN] Maven Filtering 1.0-beta-3 Released

2009-08-25 Thread John Casey
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

[ANN] Maven Filtering 1.0-beta-2 Released

2008-10-08 Thread Olivier Lamy
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

Re: maven filtering component usage

2008-10-04 Thread Dan Tran
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, >>> >>

Re: maven filtering component usage

2008-10-04 Thread Dan Tran
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]>: >>

Re: maven filtering component usage

2008-10-04 Thread Olivier Lamy
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, > >

maven filtering component usage

2008-10-03 Thread Dan Tran
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 ), "\\@", "(.+?)\\}", "@{",

[ANN] Maven Filtering 1.0-beta-1 Released

2008-08-06 Thread Dennis Lundberg
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