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>
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
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
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,
>>
>&
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
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
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
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
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
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
> 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
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
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
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
>&
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
>
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
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
> :
>
>
>
> 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
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! :
, 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
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
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
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
, 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
, 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
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
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
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
+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
://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
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,
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
.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
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?
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
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
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
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
+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
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
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
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
.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
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
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
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
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
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
, 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
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
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? :
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.
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
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
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
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/
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
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
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
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
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
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!
&
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
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
/
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!
&
, 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
>
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,
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,
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
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
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
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!
>
>
Hi Robert!
> + for ( String providerType : providerImplementations.keySet() )
> {
> - String providerType = (String) i.next();
> - String providerImplementation = (String)
> providerImplementations.get( providerType );
> + String
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
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
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,
>>
>
/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
://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.
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
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
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
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
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
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
>
>
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
> 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.
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
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
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
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
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,
>>
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
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
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
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 :
>>
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/
--
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
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 - ...
[.
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
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 - 100 of 220 matches
Mail list logo