Re: DefaultMavenReaderFilter API does not correctly interpolate collection variables

2018-10-16 Thread Simone Tripodi
esn't make sense to access any listing entry in the pom by index. I have > > no solution here. > > Robert > > Verzonden vanaf mijn Samsung Galaxy-smartphone. > > Oorspronkelijk bericht Van: Simone Tripodi < > > simonetrip...@apache.org>

DefaultMavenReaderFilter API does not correctly interpolate collection variables

2018-10-15 Thread Simone Tripodi
Hi all mates, I am writing a plugin which needs to filter & then process resources, I am using the DefaultMavenReaderFilter API below: DefaultMavenReaderFilter#filter( Reader, boolean, MavenProject, List, boolean, MavenSession ) in my resource I declared few variables that have to be interpolat

org.apache.maven.artifact.resolver.ArtifactResolver ignores packaging when resolving artifacts since mvn 3.1.1

2014-07-24 Thread Simone Tripodi
Hi all mates, I faced today a strange issue(?) that I experienced with Maven 3.1.1 and 3.2.2: as per subject, org.apache.maven.artifact.resolver.ArtifactResolver ignores packaging when resolving artifacts, I mean that if a request com.acme:acme-commons:pom:1.7.0 the ArtifactResolver componnet tri

Re: Inject Maven components/parameters to Plexus components

2014-06-23 Thread Simone Tripodi
you can always make a singleton component and pass in your > configuration as parameters. If you need to manage state then you'll have to > do that yourself with a context of some sort. > > On Jun 23, 2014, at 8:33 AM, Simone Tripodi wrote: > >> Hi all mates, >> >&

Inject Maven components/parameters to Plexus components

2014-06-23 Thread Simone Tripodi
Hi all mates, I am a little lost and I would like to kindly ask you if anyone knows how to request, via Plexus annotations, the injection of Maven parameters/components. While for components I guess it is more or less the same as in MOJOs, just using different kind annotations, it is not clear to

Re: MRELEASE-431

2014-03-24 Thread Simone Tripodi
be part of the maven-release project. > We can probably do something like enforcer: make a standard-policies module > with common implementation. > Although for now I wouldn't make it add it as dependency to the manager, > users can do that themselves if they want. > > R

Re: MRELEASE-431

2014-03-24 Thread Simone Tripodi
l the best, -Simo -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi > > > Op Fri, 21 Mar 2014 12:56:02 +0100 schreef Simone Tripodi > : > > >> Hi again Robert, >> >> IIUC the VersionPolicy resolution in `Map >> versionPolicies` is

Re: MRELEASE-431

2014-03-21 Thread Simone Tripodi
me looks too German, I guess) > > Op Mon, 17 Mar 2014 09:30:15 +0100 schreef Simone Tripodi > : > > >> Hi Robert, >> >> after an internal discussion with my colleagues, we are ATM fine with >> just implementing the odd-even policy, so let's forget my protot

Re: MRELEASE-431

2014-03-21 Thread Simone Tripodi
Alles Gute? Ja, alles goed ;) (my name looks too German, I guess) > > Op Mon, 17 Mar 2014 09:30:15 +0100 schreef Simone Tripodi > : > > >> Hi Robert, >> >> after an internal discussion with my colleagues, we are ATM fine with >> just implementing the odd-even p

Re: MRELEASE-431

2014-03-17 Thread Simone Tripodi
Gute! -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Fri, Mar 14, 2014 at 3:03 PM, Simone Tripodi wrote: > Hi Robert, > > yes I agree, while making my prototype - it will be opensourced, by > the way - I also realised that my Policy implementa

Re: MRELEASE-431

2014-03-14 Thread Simone Tripodi
> Robert > > > Op Fri, 14 Mar 2014 10:10:55 +0100 schreef Simone Tripodi > : > > >> Hi Rob, >> >> thanks a lot for the detailed feedback, very appreciated :) >> >> I just realise I didn't pass you enough informations to better >> understa

Re: MRELEASE-431

2014-03-14 Thread Simone Tripodi
of passing a string-based version, you'd like to pass an > artifact and extract it's version. > My idea is the other way around: extract the version from the artifact first > and pass that to the policy. > I would expect it to be the version in the pom.xml. If you want to chec

Re: MRELEASE-431

2014-03-13 Thread Simone Tripodi
y hope you don't need the ArtifactResolver. > > Robert > > Op Wed, 12 Mar 2014 13:30:12 +0100 schreef Simone Tripodi > : > > >> Hi again Robert, >> >> in one of my VersionPolicy implementations, I need to resolve the >> latest release artifact - then I

Re: MRELEASE-431

2014-03-13 Thread Simone Tripodi
leased artifact. > I really hope you don't need the ArtifactResolver. > > Robert > > Op Wed, 12 Mar 2014 13:30:12 +0100 schreef Simone Tripodi > : > > >> Hi again Robert, >> >> in one of my VersionPolicy implementations, I need to resolve the >&

Re: MRELEASE-431

2014-03-12 Thread Simone Tripodi
uriosity, how do you plan to deal with multiple development > streams with different "latest version" depending on the stream? If, for > example, somebody decided to release maven 3.0.6, it'd need to be > compared to 3.0.5, not 3.2.1. > > -- > Regards, > Igor >

Re: MRELEASE-431

2014-03-12 Thread Simone Tripodi
at's my idea right now to split it up per type. This way > implementations can stay as clean as possible. > > Robert > > Op Mon, 10 Mar 2014 14:17:43 +0100 schreef Simone Tripodi > : > > >> Hi again Robert, >> >> new APIs look reasonable and easily exten

Re: MRELEASE-431

2014-03-11 Thread Simone Tripodi
ll get parameters like projectVersionPolicyId and/or > dependencyVersionPolicyId. > At least, that's my idea right now to split it up per type. This way > implementations can stay as clean as possible. > > Robert > > Op Mon, 10 Mar 2014 14:17:43 +0100 schreef Simone Tripodi > : > > >

Re: MRELEASE-431

2014-03-10 Thread Simone Tripodi
> probably the preferred way. > I probably need more info in the PolicyRequest to support the current > behavior, but this is just a start. > This should be a good start for you too. Let me know if this will work > with your requirements. > > best, > Robert > > Op Fri, 2

Re: MRELEASE-431

2014-03-10 Thread Simone Tripodi
ehavior, but this is just a start. > This should be a good start for you too. Let me know if this will work > with your requirements. > > best, > Robert > > Op Fri, 28 Feb 2014 17:06:05 +0100 schreef Simone Tripodi < > simonetrip...@apache.org>: > > > Hi Rob! :

Re: MRELEASE-431

2014-02-28 Thread Simone Tripodi
, so I'll need to have another look at this. > At first glance I'm not yet happy with the suggested API. > I'd need to make some time so come with a final solution. > > Robert > > Op Fri, 28 Feb 2014 14:56:35 +0100 schreef Simone Tripodi < > simonetrip...@ap

MRELEASE-431

2014-02-28 Thread Simone Tripodi
Hi all mates, I am in a phase where I could get benefit of that feature as well (and, since I am still in the committer list, I can provide some help here) so I would like to push it :P @Robert: before merging the contribution we received in JIRA, I'd kindly ask if you had a better idea if new AP

Re: Release process updates

2013-06-28 Thread Simone Tripodi
On Thu, Jun 27, 2013 at 4:39 PM, Jason van Zyl wrote: > Agreed. > > Our tooling and policy is embodied in the release plugin. I am personally > fine with any policy changes that are required, but would argue anything we > have is grandfathered in because we've been doing it so long. If changes a

[food for thoughts] becoming polyglot

2013-06-19 Thread Simone Tripodi
Hi all guys, I recently added in current Modello development version (1.8-SNAPSHOT) support for JSON, JSON Schema and YAML generation (aside of inner Builder and static utility method generation to create objects instances) and experimented - of course! - to blindly generate the new (un)marshaller

Re: [doap-plugin] property value not interpolated?

2013-01-08 Thread Simone Tripodi
, 2013 at 12:35 PM, Vincent Siveton wrote: > Hi Simone! > > Probably a bug. > > DoapUtil.interpolate() should does the job. > > Please create an issue with your project. > > V. > > 2013/1/8 Simone Tripodi : >> Salut Olivier! >> >>> Note project.d

Re: [doap-plugin] property value not interpolated?

2013-01-08 Thread Simone Tripodi
, 2013 at 12:35 PM, Vincent Siveton wrote: > Hi Simone! > > Probably a bug. > > DoapUtil.interpolate() should does the job. > > Please create an issue with your project. > > V. > > 2013/1/8 Simone Tripodi : >> Salut Olivier! >> >>> Note project.desc

Re: [doap-plugin] property value not interpolated?

2013-01-07 Thread Simone Tripodi
odi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Jan 7, 2013 at 9:52 PM, Olivier Lamy wrote: > Hi Simo, > I just changed an it with that and cannot reproduce. > > 2013/1/7 Simone Tripodi : >> Hi mates, >> >> forwarding to de

Fwd: [doap-plugin] property value not interpolated?

2013-01-07 Thread Simone Tripodi
Hi mates, forwarding to dev@ - is that a bug? TIA! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ -- Forwarded message -- From: Simone Tripodi Date: Sun, Jan 6, 2013 at 8:41 PM

Followup: use the #evaluate Velocity macro in the skin Velocity emplate

2012-09-10 Thread Simone Tripodi
I added explicit Velocity version in r1378417. >> >> >> Regards, >> >> Hervé >> >> [2] http://maven.apache.org/doxia/doxia-sitetools/index.html >> >> [3] http://maven.apache.org/shared/maven-reporting-exec/ >> >> Le mardi 28 aoűt 2012 1

Re: [VOTE] Maven Skins parent 7 and Maven Fluido skin 1.3.0

2012-08-27 Thread Simone Tripodi
+1!!! thanks, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Aug 27, 2012 at 3:13 PM, Olivier Lamy wrote: > Hi, > > We solved 10 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?proj

Re: [fluido] Upgrading JQuery from 1.7.1 to 1.8.0

2012-08-22 Thread Simone Tripodi
://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Aug 22, 2012 at 2:40 PM, Olivier Lamy wrote: > 2012/8/22 Simone Tripodi : >> Hi all guys, >> >> are you aware of any side effect we could have if upgrading JQuery >> from 1.7.1 to 1.8.0 in fluido

Re: [fluido] versioning the produced css/js

2012-08-22 Thread Simone Tripodi
22 Aug 2012 13:22:56 +0200 > Olivier Lamy wrote: > >> 2012/8/22 Simone Tripodi : >> > Hi all guys, >> > >> > time ago Robert and I were discussing about versioning the produced >> > minified css/js to avoid browser cache conflicts,

[fluido] versioning the produced css/js

2012-08-22 Thread Simone Tripodi
Hi all guys, time ago Robert and I were discussing about versioning the produced minified css/js to avoid browser cache conflicts, I mean, ATM all fluido skin versions refer to $relativePath/js/apache-maven-fluido.min.js $relativePath/js/apache-maven-fluido.min.cs that could cheat users when upg

Re: svn commit: r1375838 - in /maven/skins/trunk: maven-fluido-skin/pom.xml maven-skins/pom.xml

2012-08-21 Thread Simone Tripodi
.99soft.org/ On Wed, Aug 22, 2012 at 8:29 AM, Olivier Lamy wrote: > 2012/8/22 Simone Tripodi : >> Salut mon ami, >> >>> +++ maven/skins/trunk/maven-fluido-skin/pom.xml Tue Aug 21 22:49:07 2012 >>> @@ -21,7 +21,7 @@ >>> >>> org.apache.mav

Re: svn commit: r1375838 - in /maven/skins/trunk: maven-fluido-skin/pom.xml maven-skins/pom.xml

2012-08-21 Thread Simone Tripodi
Salut mon ami, > +++ maven/skins/trunk/maven-fluido-skin/pom.xml Tue Aug 21 22:49:07 2012 > @@ -21,7 +21,7 @@ > > org.apache.maven.skins > maven-skins > -6 > +7-SNAPSHOT > ../maven-skins/pom.xml > > should that drive us on releasing the maven-skins:7 parent first?

[DISCUSS] releasing Maven Maven Project Info Reports Plugin 2.5.1

2012-08-06 Thread Simone Tripodi
Salut Hervé, this morning I received a JIRA notification on MPIR-236 where the user reported a broken property in the new report - I already fixed it on trunk, see r1369732, but I'd suggest to release a bugfix release, maybe 2.5.1 would fit... WDYT? best, -Simo http://people.apache.org/~simonetr

[ANN] Apache Maven Fluido Skin 1.2.2 is out

2012-07-10 Thread Simone Tripodi
Hi all, the Apache Maven team is happy to announce the release of Apache Maven Fluido Skin 1.2.2 The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap and other nice widgets. Follow below the list of resolved issues: Bug [MSKINS-35] - Website typo in fo

[RESULT] Release Maven Fluido skin 1.2.2

2012-07-10 Thread Simone Tripodi
http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Jul 6, 2012 at 10:26 PM, Simone Tripodi wrote: > Hi all Maven people, > I'm opening a thread vote today for releasing Apache Maven Fluido Skin 1.2.2 > > We solved 11 issues: > https://jira.codehaus.org/secure/Release

[VOTE] Release Maven Fluido skin 1.2.2

2012-07-06 Thread Simone Tripodi
Hi all Maven people, I'm opening a thread vote today for releasing Apache Maven Fluido Skin 1.2.2 We solved 11 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430&styleName=Html&version=18392 There are still three issues in JIRA related to fluido: http://jira.codehaus.org/se

Re: [VOTE] Release Maven Doxia version 1.3

2012-04-12 Thread Simone Tripodi
+1 (non binding) thanks a lot for the Doxia updates! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Apr 12, 2012 at 8:10 PM, Dennis Lundberg wrote: > +1 from me > > On 2012-04-10 18:56, Denn

[ANNOUNCE] Maven Fluido Skin 1.2.1 is out!

2012-04-03 Thread Simone Tripodi
Hi all, the Apache Maven team is happy to announce the release of Apache Maven Fluido Skin 1.2.1 The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap and other nice widgets. Follow below the list of resolved issues: Bugs [MSKINS-21] - Invalid text highli

[RESULT][VOTE] Release Apache Maven Fluido Skin 1.2.1 based on RC1

2012-03-31 Thread Simone Tripodi
Wed, Mar 28, 2012 at 11:51 AM, Emmanuel Venisse wrote: > +1 > > Emmanuel > > On Tue, Mar 27, 2012 at 10:01 AM, Simone Tripodi > wrote: > >> Hi all guys, >> I'm opening a thread vote today for releasing Apache Maven Fluido Skin >> 1.2.1, based

Re: [VOTE] Release Apache Maven Fluido Skin 1.2.1 based on RC1

2012-03-28 Thread Simone Tripodi
ue is really too much, but annoying > > Regards, > > Hervé > > Le mardi 27 mars 2012 10:01:16 Simone Tripodi a écrit : >> Hi all guys, >> I'm opening a thread vote today for releasing Apache Maven Fluido Skin >> 1.2.1, based on RC1 >> >> We solved

Re: [VOTE] Release Apache Maven Fluido Skin 1.2.1 based on RC1

2012-03-27 Thread Simone Tripodi
.99soft.org/ On Tue, Mar 27, 2012 at 3:01 PM, Jesse Farinacci wrote: > Greetings, > > On Tue, Mar 27, 2012 at 4:01 AM, Simone Tripodi > wrote: >> Staging repo: >> https://repository.apache.org/content/repositories/maven-118/ > > I'm using topbar and sidebar basic

[VOTE] Release Apache Maven Fluido Skin 1.2.1 based on RC1

2012-03-27 Thread Simone Tripodi
Hi all guys, I'm opening a thread vote today for releasing Apache Maven Fluido Skin 1.2.1, based on RC1 We solved 3 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430&styleName=Html&version=18380 where [MSKINS-38] is the major issue that drove the new RC There are three ne

Re: svn commit: r1304778 - in /maven/skins/trunk/maven-fluido-skin: pom.xml src/main/resources/META-INF/maven/site.vm

2012-03-24 Thread Simone Tripodi
yeah, this rock!!! great! :) -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Mar 24, 2012 at 1:09 PM, wrote: > Author: rfscholte > Date: Sat Mar 24 12:09:17 2012 > New Revision: 1304778 > > U

[ANNOUNCE] Apache Maven Fluido Skin 1.2 is out

2012-03-23 Thread Simone Tripodi
Hi all, the Apache Maven team is happy to announce the release of Apache Maven Fluido Skin 1.2 The Apache Maven Fluido Skin is an Apache Maven site skin built on top of Twitter's bootstrap and other nice widgets. The main news of the current release is the upgrade to Twitter Bootstrap 2 and the in

[RESULT][VOTE] Release Apache Maven Fluido Skin 1.2 based on RC1

2012-03-23 Thread Simone Tripodi
http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Mar 20, 2012 at 1:11 PM, herve.bout...@free.fr wrote: > +1 > > Envoyé depuis mon mobile > > - Reply message - > De : "Simone Tripodi" > Pour : &quo

[VOTE] Release Apache Maven Fluido Skin 1.2 based on RC1

2012-03-19 Thread Simone Tripodi
Hi all guys, I'm opening a thread vote today for releasing Apache Maven Fluido Skin 1.2, based on RC1 We solved 7 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430&styleName=Html&version=18296 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure

Re: sandbox request

2012-03-10 Thread Simone Tripodi
, 2012 at 1:11 PM, Simone Tripodi wrote: > Bonjour Hervé! > > thanks for your feedbacks! I am going to open the sandbox, everybody's > welcome on joining me on this! > > All the best, a trés bientôt, > -Simo > > http://people.apache.org/~simonetripodi/ > htt

Re: sandbox request

2012-03-10 Thread Simone Tripodi
new, to attract more people and ease later move out of sandbox. > > Regards, > > Hervé > > Le samedi 10 mars 2012 08:43:10 Simone Tripodi a écrit : >> Hi all guys, >> >> I postponed a little on working on next version of fluido because >> wouldn't

sandbox request

2012-03-09 Thread Simone Tripodi
Hi all guys, I postponed a little on working on next version of fluido because wouldn't add nothing really new that actual skin doesn't already, but at Commons Emmanuel Bourg came up with the idea of doing something cool for javadoc... So, I would like to open a new sandbox - fluido-doc, maybe? :

Re: Intent to release Doxia and Site Plugin

2012-03-01 Thread Simone Tripodi
There were a couple of strange behavior I noticed while developing the fluido skin, I will be much more than pleased to provide my feedbacks during the RC. Thanks for the hard work, all the best! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.

Re: [RESULT] [VOTE] Release Maven Eclipse Plugin version Y.Z

2012-02-14 Thread Simone Tripodi
Hi Barrie! the version X.Y needed to be replaced as well :P At a first sight, it looked spam :D All the best, have a nice day, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Feb 14, 2012 at 4

Re: svnpubsub as an initiative

2012-02-12 Thread Simone Tripodi
I think that a plugin that does all that work, would definitively help -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Feb 12, 2012 at 5:23 PM, Benson Margulies wrote: > There are many Apac

[fluido-skin] next fluido release roadmap - suggestions required

2012-02-01 Thread Simone Tripodi
Hi all guys, looks like Twitter's folks released the v2.0 of Bootstrap, I would suggest to copy the current fluido trunk in a 1_X branch, and moving the fluido development to 2.0 version, upgrading Bootstrap. WDYT? Many thanks in advance, all the best! -Simo http://people.apache.org/~simonetrip

Re: svn commit: r1236657 - /maven/shared/trunk/maven-reporting-impl/pom.xml

2012-01-27 Thread Simone Tripodi
Salut Olivier, I don't know if you're running to have the maven-reporting released, but I just started the VOTE for commons-validator-1.4.0, it would be good including it once (and if) released :) All the best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/

Re: svn commit: r1234592 - /maven/site/trunk/src/site/apt/skins/index.apt

2012-01-22 Thread Simone Tripodi
an 22, 2012 at 10:59 PM, Hervé BOUTEMY wrote: > yeah, I know the structure can be hard to follow :) > > Did you look at Mark Derricutt's remark about missing Stylus Skin's sample > site? > > Regards, > > Hervé > > Le dimanche 22 janvier 2012 22:39:47 Simone Trip

Re: svn commit: r1234592 - /maven/site/trunk/src/site/apt/skins/index.apt

2012-01-22 Thread Simone Tripodi
Meri beaucoup Hervé, I (erroneously) looked for that page in the skins site, thought that was page was removed :P A bientot, Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Jan 22, 2012 at 9:15

[ANNOUNCEMENT] Maven Skins v6 have been released!

2012-01-22 Thread Simone Tripodi
Hi all, The Apache Maven team is pleased to announce the release of Apache Skins v6, which include * Maven Application Skin 1.0 (http://maven.apache.org/skins/maven-application-skin/)  * Maven Default Skin 1.1 (http://maven.apache.org/skins/maven-default-skin/)  * Maven Classic Skin 1.1 (http://m

[RESULT][VOTE] Release Maven Skins version 6 based on RC2

2012-01-21 Thread Simone Tripodi
ipodi http://www.99soft.org/ On Fri, Jan 20, 2012 at 9:25 AM, Olivier Lamy wrote: > +1 > > 2012/1/18 Simone Tripodi : >> Hi all guys, >> I am here to propose the RC2 Maven Skins version 6, that includes >> >>  * Maven Application Skin 1.0 >>  * Maven D

Re: deploy maven site on SVN

2012-01-19 Thread Simone Tripodi
CMS, not the > SCM. > > This isn't related to the SCM used by the project - infra are using svnpubsub > to publish sites (which takes effect almost immediately, in comparison to the > slow rsync process that we used to wait for). > > On 18/01/2012, at 8:19 PM, ant eld

Re: deploy maven site on SVN

2012-01-19 Thread Simone Tripodi
ve configured the svn:eol-style autoproperty for html files > then it will break the build. > > -Исходное сообщение- From: Simone Tripodi > Sent: Wednesday, January 18, 2012 11:39 AM > To: Maven Developers List > Subject: Re: deploy maven site on SVN > > > Hi all! &

[VOTE] Release Maven Skins version 6 based on RC2

2012-01-18 Thread Simone Tripodi
Hi all guys, I am here to propose the RC2 Maven Skins version 6, that includes  * Maven Application Skin 1.0  * Maven Default Skin 1.1  * Maven Classic Skin 1.1  * Maven Stylus Skin 1.4  * Maven Fluido Skin 1.1 We solved 16 issues:http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jq

Re: deploy maven site on SVN

2012-01-18 Thread Simone Tripodi
http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jan 18, 2012 at 10:19 AM, ant elder wrote: > On Tue, Jan 17, 2012 at 5:32 PM, Simone Tripodi > wrote: >> Hi all guys, >> ASF requirem

Re: deploy maven site on SVN

2012-01-18 Thread Simone Tripodi
/ 2012/1/18 Arnaud Héritier : > Perhaps if the SCM was GIT instead of SVN it could be faster ? > It's not a short term solution but it can be another reason to use Git ASAP. > > Arnaud > > > On Wed, Jan 18, 2012 at 8:39 AM, Simone Tripodi > wrote: > >> Hi all! &

Re: [site] site.xml head/footer inheritance

2012-01-18 Thread Simone Tripodi
, Simone Tripodi wrote: > Hi Lukas! > > thanks for your feedback, I'm filling the issue right now! > > All the best, have a nice day, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi >

Re: [site] site.xml head/footer inheritance

2012-01-18 Thread Simone Tripodi
ng to do is file an issue... :) > > -Lukas > > > Simone Tripodi wrote: >> >> Hi all guys, >> >> I am having troubles with the skin (lst check before re-proposing the >> skins releases) and while trying to apply fluido on Apache Commons I >> noticed that,

Re: [site] site.xml head/footer inheritance

2012-01-17 Thread Simone Tripodi
http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Jan 16, 2012 at 5:16 PM, Simone Tripodi wrote: > Hi all guys, > > I am having troubles with the skin (lst check before re-proposing the > skins releases) and while trying to apply fluido on Apache Commons I > noticed that,

Re: deploy maven site on SVN

2012-01-17 Thread Simone Tripodi
e don't change files needlessly, so that the >> upload is minimal. >> >> On 18/01/2012, at 7:04 AM, Olivier Lamy wrote: >> >> > 2012/1/17 Simone Tripodi : >> >> Hi all guys, >> >> ASF requirements for new incubating podlings requires that

deploy maven site on SVN

2012-01-17 Thread Simone Tripodi
Hi all guys, ASF requirements for new incubating podlings requires that sites are managed * via the SCM * via svnpubsub At Apache Any23 we want to keep the mvn generated site for clear reasons - the problem is that using a 3rd part ftp-wagon the deploy procedure is slow and takes to

[site] site.xml head/footer inheritance

2012-01-16 Thread Simone Tripodi
Hi all guys, I am having troubles with the skin (lst check before re-proposing the skins releases) and while trying to apply fluido on Apache Commons I noticed that, attaching a site.xml descriptor to a parent, while the body.head element is inherited from cildren, body.footer is not. Did I miss

Re: Need translation help into French for PMD Plugin

2012-01-12 Thread Simone Tripodi
and I am ready for Italian of course, if needed! all the best, TIA! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jan 11, 2012 at 11:39 PM, Dennis Lundberg wrote: > Thanks to both of you! > >

Re: svn commit: r1229755 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/AbstractReleaseMojo.java

2012-01-10 Thread Simone Tripodi
Hi Robert! > +            for ( String providerType : providerImplementations.keySet() ) >             { > -                String providerType = (String) i.next(); > -                String providerImplementation = (String) > providerImplementations.get( providerType ); > +                String

Re: svn commit: r1228958 - /maven/skins/trunk/maven-skins/pom.xml

2012-01-10 Thread Simone Tripodi
that the > deployed staging site ends up in the wrong place. > >> >> Regards, >> >> Hervé >> >> [1] http://maven.apache.org/developers/release/maven-plugin-release.html >> >> Le lundi 9 janvier 2012 08:23:35 Simone Tripodi a écrit : >>> Sa

Re: svn commit: r1228958 - /maven/skins/trunk/maven-skins/pom.xml

2012-01-08 Thread Simone Tripodi
Salut Hervé! does it mean I can safety remove the `rc` profile for addressing sites distribution management? TIA, all the best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Jan 8, 2012 at 1

Re: svn commit: r1228307 - /maven/skins/trunk/pom.xml

2012-01-08 Thread Simone Tripodi
88       false > 189       deploy > 190       -Papache-release > 191     > 192   > > Perhaps because you had overridden the "arguments" configuration you > lost that profile? > > > On 2012-01-08 20:35, Simone Tripodi wrote: >> Hi Dennis, >> >

Re: svn commit: r1228307 - /maven/skins/trunk/pom.xml

2012-01-08 Thread Simone Tripodi
/simonetripodi http://www.99soft.org/ On Sun, Jan 8, 2012 at 6:51 PM, Dennis Lundberg wrote: > Hi Simone > > Hmm, when you do a release build, you should not have to enable the > "apache-release" profile. It should be enabled automatically. > > On 2012-01-08 12:31, Simone

[CANCEL][VOTE] Release Maven Skins version 6

2012-01-08 Thread Simone Tripodi
://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Jan 6, 2012 at 9:50 PM, Simone Tripodi wrote: > Hi all guys, > I am here to propose the Maven Skins version 6, that includes >  * Maven Application Skin 1.

Re: [VOTE] Release Maven Skins version 6

2012-01-08 Thread Simone Tripodi
t; N. Close the staging area in Nexus > > > On 2012-01-07 21:03, Simone Tripodi wrote: >> Hi Dennis! >> >> I thought it would have been releasing all skins in one shot since >> Robert (especially) and I fixed issues that affected all skins, I >> completely agr

Re: svn commit: r1228307 - /maven/skins/trunk/pom.xml

2012-01-08 Thread Simone Tripodi
is correct by following these steps: > http://www.apache.org/dev/publishing-maven-artifacts.html#test_you_settings > > > On 2012-01-07 21:07, Simone Tripodi wrote: >> Hi Dennis! >> >> unfortunately it din't work, I had to drop twice the staging repo >> because

Re: svn commit: r1227844 - /maven/skins/trunk/pom.xml

2012-01-08 Thread Simone Tripodi
the build, I have now > removed the property. > > On 2012-01-07 21:04, Simone Tripodi wrote: >> Hi Dennis, >> >> I have to admit that I blindly copied it somewhere else... apologize! >> >> -Simo >> >> http://people.apache.org/~simonetripodi/ &g

Re: svn commit: r1227893 - in /maven/skins/trunk: maven-application-skin/pom.xml maven-classic-skin/pom.xml maven-default-skin/pom.xml maven-fluido-skin/pom.xml maven-stylus-skin/pom.xml pom.xml

2012-01-07 Thread Simone Tripodi
Lundberg wrote: > Hi Simone > > I agree with Hervé, we already have a method for this that we use in > most of our sub-projects. That work in the same way as your method, but > it would be easier if ha only one way of doing it. I'd be happy to help > set it up. > > On 201

Re: svn commit: r1228307 - /maven/skins/trunk/pom.xml

2012-01-07 Thread Simone Tripodi
Hi Dennis! unfortunately it din't work, I had to drop twice the staging repo because .asc signatures were missing... :( Do you have any idea why it can happen? TIA! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99s

Re: svn commit: r1227844 - /maven/skins/trunk/pom.xml

2012-01-07 Thread Simone Tripodi
Hi Dennis, I have to admit that I blindly copied it somewhere else... apologize! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Jan 7, 2012 at 8:18 PM, Dennis Lundberg wrote: > Hi Simone > >

Re: [VOTE] Release Maven Skins version 6

2012-01-07 Thread Simone Tripodi
figuration from and then another aggregator-pom that can be used to > build all skins together in a CI-environment. At present these two > functions are the same POM. > > > > On 2012-01-06 21:50, Simone Tripodi wrote: >> Hi all guys, >> I am here to propose the Maven Skins ve

Re: [VOTE] Release Maven Skins version 6

2012-01-07 Thread Simone Tripodi
> How come the Sylus skin is called "Site Skin" on the Maven site?>> /Anders Hi Anders! there was a typo in the element in the Stylus pom, it is now fixed on trunk! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.

Re: maven different java version

2012-01-07 Thread Simone Tripodi
Hi manolakis, may you didn't set the JAVA_HOME env variable, I sugest you following the Installation Instructions[1], see the "Unix-based Operating Systems (Linux, Solaris and Mac OS X)" HTH, -Simo [1] http://maven.apache.org/download.html http://people.apache.org/~simonetripodi/ http://simonetr

Re: [VOTE] Release Maven Skins version 6

2012-01-06 Thread Simone Tripodi
apologize for the format but I don't know WHY gmail reformat plain text emails!!! http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Jan 6, 2012 at 9:50 PM, Simone Tripodi wrote: > Hi all guys

[VOTE] Release Maven Skins version 6

2012-01-06 Thread Simone Tripodi
Hi all guys, I am here to propose the Maven Skins version 6, that includes  * Maven Application Skin 1.0 * Maven Default Skin 1.1 * Maven Classic Skin 1.1 * Maven Stylus Skin 1.4 * Maven Fluido Skin 1.1 We solved 16 issues:http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=pro

Re: svn commit: r1227893 - in /maven/skins/trunk: maven-application-skin/pom.xml maven-classic-skin/pom.xml maven-default-skin/pom.xml maven-fluido-skin/pom.xml maven-stylus-skin/pom.xml pom.xml

2012-01-06 Thread Simone Tripodi
Salut Hervé, sorry but didn't notice earlier you replied to the commit! At the end of the day I figured out how to deploy the staging site directly to the required location, avoiding the auxiliary scp invocation - that is simple approach based on a RC profile that allows deploys all skins in one

Re: [site] Managing multiple countries with same languages

2011-12-30 Thread Simone Tripodi
check in the source code indicates that the Site Plugin only > uses the language-part of the specified Locale. Can you please open an > issue in JIRA for this? > > http://jira.codehaus.org/browse/MSITE > > On 2011-12-30 18:29, Simone Tripodi wrote: >> Hi all guys, >>

[site] Managing multiple countries with same languages

2011-12-30 Thread Simone Tripodi
Hi all guys, at MyBatis we are managing the site internationalization and we already have the Simplified Chinese translation; a users started contributing with Traditional Chinese, but found the issue I reported below... Can you give me some help please? Many thanks in advance, all the best wishes

staging release site

2011-12-26 Thread Simone Tripodi
Hi all guys! :) I intend to publish a [fluido] RC in a short while - can you tell me please what's the policy to publish staging sites? I would avoid to override the current site :P Many thanks in advance, have a nice day! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livej

Re: Using maven as appstore for java app

2011-12-22 Thread Simone Tripodi
For what it worths, I totally agree :) I've been looking for ages for a Java solution that allows sharing libraries in applications and the Appassembler ATM makes me satisfied :) best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetr

Re: pom.xml parser

2011-12-11 Thread Simone Tripodi
i, > > I think it is > https://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-model/ (using > modello). > > > Regards, > > Julien > > > > - Mail original - >> De : Simone Tripodi >> À : Maven Developers List >> Cc : >>

pom.xml parser

2011-12-11 Thread Simone Tripodi
Hi all guys, can you please point me to the pom.xml parser location on SVN? Many thanks in advance, all the best! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --

Re: svn commit: r1211624 - in /maven/skins/trunk/maven-fluido-skin/src: it/mskins-13/ it/mskins-13/pom.xml it/mskins-13/src/ it/mskins-13/src/site/ it/mskins-13/src/site/site.xml main/resources/META-I

2011-12-07 Thread Simone Tripodi
Hello Robert! thanks for your enthusiasm on fluido! :) About the searchbar on top, I would like to reach that[1] rendering - I'll try to work on it tomorrow (today I'm off for the bigger part of the day) Thanks again! Simo [1] http://imageshack.us/f/17/screenshot20111208at848.png/ http://people.a

[site] missing project name prefix in in the generated page

2011-12-06 Thread Simone Tripodi
Hi all guys, while redeploying the Cocoon3 site, using mvn3+site-plugin:3.0, I noticed a big difference in the generated page using mvn2+site-plugin:2.X, indeed the old tools used the project name defined in site.xml, i.e ... to put as a prefix in generated page, i.e. Cocoon 3 - ... [.

Re: svn commit: r1211230 - in /maven/skins/trunk/maven-fluido-skin/src: it/mskins-16/ it/mskins-16/pom.xml it/mskins-16/src/ it/mskins-16/src/site/ it/mskins-16/src/site/site.xml main/resources/META-I

2011-12-06 Thread Simone Tripodi
nice, thanks for taking care Robert!!! is there anything more we missed before promoting a new release? many thanks in advance, all the best! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Dec

Re: Migration plan to commons-exec

2011-11-30 Thread Simone Tripodi
as we Italian says: "better later than never", we now have the chance to improve both commons-exec and maven! :) All the best! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Nov 30, 2011 at 11:3

  1   2   3   >