[GitHub] maven-plugins pull request: Move logs from java.lang.System.out to...

2015-06-01 Thread velo
Github user velo closed the pull request at: https://github.com/apache/maven-plugins/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] maven-plugins pull request: Move logs from java.lang.System.out to...

2015-03-13 Thread velo
GitHub user velo opened a pull request: https://github.com/apache/maven-plugins/pull/49 Move logs from java.lang.System.out to org.apache.maven.plugin.logging.Log You can merge this pull request into a Git repository by running: $ git pull https://github.com/velo/maven

maven-enforcer pull request: New enforcer for environment variables

2012-09-05 Thread velo
Github user velo closed the pull request at: https://github.com/apache/maven-enforcer/pull/3 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-enforcer pull request: New enforcer for environment variables

2012-08-30 Thread velo
GitHub user velo opened a pull request: https://github.com/apache/maven-enforcer/pull/3 New enforcer for environment variables http://jira.codehaus.org/browse/MENFORCER-136 You can merge this pull request into a Git repository by running: $ git pull https://github.com/velo

Call one plugin from another

2008-05-06 Thread VELO
Hi folks, I wrote one plugin, who take one java project and generate some flex sources. Is there any way to call another plugin (in this case flex-compiler-mojo) from this generator-plugin? Any ideas? VELO

Re: [proposal] eclipse plugin extensibility

2008-04-30 Thread VELO
Great, Count on me for flexbuilder support. VELO On Wed, Apr 30, 2008 at 10:58 AM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > both of them. > If you specify your workspace location, the plugin will try to auto-detect > your features plugins and if it find contributors compa

Re: [proposal] eclipse plugin extensibility

2008-04-30 Thread VELO
Question: The extensions, will auto-actived according with installed eclipse (don't like this idea) or I will declared on pom.xml my extensions? VELO On Wed, Apr 30, 2008 at 10:45 AM, nicolas de loof <[EMAIL PROTECTED]> wrote: > I've created an inital proposal for this o

Re: Can plugins be extended?

2008-04-29 Thread VELO
Try add type to dependency: maven-plugin VELO On Tue, Apr 29, 2008 at 1:46 PM, walid joseph Gedeon <[EMAIL PROTECTED]> wrote: > It seems to want to do what I need... but I can't seem to get rid of this > error: > > [ERR

Re: Can plugins be extended?

2008-04-29 Thread VELO
I use it, works! VELO On Tue, Apr 29, 2008 at 11:45 AM, Benoit Decherf <[EMAIL PROTECTED]> wrote: > Here is the plugin: > http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/ > > Benoit > > > Brian E. Fox wrote: > > > Plugins can't really b

Re: [proposal] eclipse plugin extensibility

2008-04-24 Thread VELO
Flex / Flex builder I created a flexbuilder-mojo, who inherit from maven-eclipse-plugin If this goes on, I can create flexbuilder extension. VELO On Wed, Apr 23, 2008 at 9:39 AM, Simone Gianni <[EMAIL PROTECTED]> wrote: > Hi Nicolas, > yes, many Maven plugins have an Eclipse coun

Re: Inheriting resources

2008-04-17 Thread VELO
list? VELO On Thu, Apr 17, 2008 at 4:51 PM, Sebastien ARBOGAST < [EMAIL PROTECTED]> wrote: > But how can I choose specifically this one and not unpack all the other > dependencies in the same place. I didn't find any configuration showing > that > level of granularity. >

Re: Inheriting resources

2008-04-14 Thread VELO
At current stage flex-compiler-plugin look at all resources folder (project.getBuild().getResources()) for configuration files. Is possible too specify some relative path, such as .../.../anotherProject/src/main/resources/config.xml But this has a lot of problems,.. VELO On Mon, Apr 14

Re: Inheriting resources

2008-04-13 Thread VELO
I like this Idea Some resources packaging. If its not possible, we can create a simple mojo on flex-mojos, only to handle configurations. What you think? VELO On Sun, Apr 13, 2008 at 3:49 PM, Sebastien ARBOGAST < [EMAIL PROTECTED]> wrote: > Now I think I understand what yo

Support for Adobe Flex

2008-04-13 Thread VELO
implementation for this official support. I'm not sure how to start this conversation. But I'm putting this idea on the table. Well, I will wait for some feedback. VELO

Re: [VOTE] POM Element for Source File Encoding

2008-04-07 Thread VELO
+1 On Sat, Apr 5, 2008 at 2:20 PM, Hervé BOUTEMY <[EMAIL PROTECTED]> wrote: > Hi, > > Since the discussion on the list about Maven and encoding 2 weeks ago, > Benjamin and I worked on a proposal to have: > 1. a central point of configuration of sources encoding, to be used by each > and every

Re: Custom scopes

2008-03-14 Thread VELO
What mean the type? When I say swc: I say this dependency kind is a SWC? Or I say this dependency is used like a SWC? I always think on the type related to kind and the scope related to usage. Can anyone give some light on this? VELO On Fri, Mar 14, 2008 at 6:03 PM, Shane Isbell <[EMAIL

Re: Custom scopes

2008-03-14 Thread VELO
Just a question from a noobie. If I change the type, I'm pointing to a different file or to the same? I always think in the type as the extension. swc means aFile.swc Right? Wrong? +-? VELO On Fri, Mar 14, 2008 at 5:55 PM, Shane Isbell <[EMAIL PROTECTED]> wrote: > Multiple arti

Re: Custom scopes

2008-03-14 Thread VELO
e sense on Java, but do on Flex, .Net, Ruby, MyHouseLanguage... How can I keep in touch for these generalizations? VELO On Fri, Mar 14, 2008 at 5:46 PM, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: > I agree, I just hadn't yet thought through how to handle deployment. > E

Re: Custom scopes

2008-03-14 Thread VELO
But to compile, you need the SWC. Your dependency is the SWC, or am I wrong? The artifiact doesn't change. I can use the same SWC as external or as runtime or as merged So, I don't believe changing type is the right decision. VELO On Fri, Mar 14, 2008 at 5:17 PM, Christian Edw

Re: Custom scopes

2008-03-14 Thread VELO
e all as provided because the compilation parameter not is the same. I don't know if you know Adobe Flex, is a little hard to explain without a big intro. VELO On Fri, Mar 14, 2008 at 4:50 PM, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: > Why would you actually need other s

Re: Custom scopes

2008-03-14 Thread VELO
And there is any where to say: "Hey maven, I wanna change your scopes, I wanna this scopes"? VELO On Fri, Mar 14, 2008 at 10:13 AM, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: > "System" scope doesn't exist in Java either. It's not a Java thing,

Fwd: Custom scopes

2008-03-14 Thread VELO
ependencies and 3 non transitive. Any one can help me? VELO - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]