Re: Kudos to Takari's http://takari.io/book/70-testing.html#plugin-integration-testing

2015-01-16 Thread Dan Tran
I just started using it for my internal plugin,  will eventually use it at
MOJO


-D

On Fri, Jan 16, 2015 at 1:33 PM, Manfred Moser  wrote:

> We are glad you enjoy using it. If you have any feedback or suggestions
> regarding the plugin, documentation and so on please create issues related
> projects on github.
>
> https://github.com/takari/takari-lifecycle
>
> https://github.com/takari/takari-plugin-testing-project
>
> It would also be great if you could share where you are using it. E.g. I
> have implemented the usage of this in the Android Maven Plugin.
>
> https://github.com/simpligility/android-maven-plugin
>
> It runs through a number of tests there that create Android libraries and
> applications, deploys them to all attached devices and runs integration
> test including screenshot creation and more there.
>
> Manfred
>
>
> Jason van Zyl wrote on 16.01.2015 12:22:
>
> > Thanks!
> >
> > On Jan 16, 2015, at 12:43 PM, Dan Tran  wrote:
> >
> >> I started to use this plugin for my plugin IT test. Writing maven
> plugin is
> >> now much more fun
> >>
> >> Very much appreciate the work
> >>
> >>
> >> -Dan
> >
> > Thanks,
> >
> > Jason
> >
> > --
> > Jason van Zyl
> > Founder, Takari and Apache Maven
> > http://twitter.com/jvanzyl
> > http://twitter.com/takari_io
> > -
> >
> > Be not afraid of growing slowly, be only afraid of standing still.
> >
> > -- Chinese Proverb
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Kudos to Takari's http://takari.io/book/70-testing.html#plugin-integration-testing

2015-01-16 Thread Manfred Moser
We are glad you enjoy using it. If you have any feedback or suggestions 
regarding the plugin, documentation and so on please create issues related 
projects on github.

https://github.com/takari/takari-lifecycle

https://github.com/takari/takari-plugin-testing-project

It would also be great if you could share where you are using it. E.g. I have 
implemented the usage of this in the Android Maven Plugin.

https://github.com/simpligility/android-maven-plugin

It runs through a number of tests there that create Android libraries and 
applications, deploys them to all attached devices and runs integration test 
including screenshot creation and more there.

Manfred


Jason van Zyl wrote on 16.01.2015 12:22:

> Thanks!
> 
> On Jan 16, 2015, at 12:43 PM, Dan Tran  wrote:
> 
>> I started to use this plugin for my plugin IT test. Writing maven plugin is
>> now much more fun
>> 
>> Very much appreciate the work
>> 
>> 
>> -Dan
> 
> Thanks,
> 
> Jason
> 
> --
> Jason van Zyl
> Founder, Takari and Apache Maven
> http://twitter.com/jvanzyl
> http://twitter.com/takari_io
> -
> 
> Be not afraid of growing slowly, be only afraid of standing still.
> 
> -- Chinese Proverb
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Kudos to Takari's http://takari.io/book/70-testing.html#plugin-integration-testing

2015-01-16 Thread Jason van Zyl
Thanks!

On Jan 16, 2015, at 12:43 PM, Dan Tran  wrote:

> I started to use this plugin for my plugin IT test. Writing maven plugin is
> now much more fun
> 
> Very much appreciate the work
> 
> 
> -Dan

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

Be not afraid of growing slowly, be only afraid of standing still.

 -- Chinese Proverb













-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Kudos

2011-08-17 Thread Meeusen, Christopher W.
I wouldn't say maven is difficult to setup.  I'm certainly a maven newb
but was able to get our projects building with maven and our in house
nexus repository within 2 weeks.  And I had 0 ant/ivy experience as
well.  I only wish our company had our own build engineers to setup and
manage the environment, I'm guessing most big shops do this and don't
let the devs admin their own artifact  repository server.

Chris  



-Original Message-
From: users-return-122692-Meeusen.Christopher=mayo@maven.apache.org
[mailto:users-return-122692-Meeusen.Christopher=mayo@maven.apache.or
g] On Behalf Of Brian Topping
Sent: Wednesday, August 17, 2011 2:21 PM
To: Maven Users List
Subject: Re: Kudos

Yah, I'd have to agree with this sentiment.  Maven isn't the easiest
thing to learn, but documentation has improved remarkably over the years
and the "network effect" of having more people familiar with Maven means
that there's Maven experts that are closer to more people in real life. 

More thanks to all the folks that made this happen!

On Aug 17, 2011, at 12:16 PM, Laird Nelson wrote:

> Mailing lists are often overrun with people complaining and reporting 
> bugs and squabbles and whatnot.  I wanted to take a brief moment to 
> simply say thanks to all for what has finally evolved into a really
useful product.
> 
> I love the fact that I can pull down most open source projects these 
> days, and, without really thinking too hard about it, pull up their 
> pom.xml file and at least have a rough idea of what they're trying to
accomplish.
> 
> I love that building and installing such a project has become as 
> simple as mvn clean install.
> 
> I love that I don't have to get in the head of whichever 
> build-engineer-of-the-moment crafted a hand-rolled Ant or Gradle 
> build.  I love that as bulky and annoying as it can be, at least XML 
> is declarative and easily read.
> 
> Anyhow, thanks.  Maven is not an easy system to learn, but once you do

> it pays off.
> 
> Best,
> Laird


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Kudos

2011-08-17 Thread Brian Topping
Yah, I'd have to agree with this sentiment.  Maven isn't the easiest thing to 
learn, but documentation has improved remarkably over the years and the 
"network effect" of having more people familiar with Maven means that there's 
Maven experts that are closer to more people in real life. 

More thanks to all the folks that made this happen!

On Aug 17, 2011, at 12:16 PM, Laird Nelson wrote:

> Mailing lists are often overrun with people complaining and reporting bugs
> and squabbles and whatnot.  I wanted to take a brief moment to simply say
> thanks to all for what has finally evolved into a really useful product.
> 
> I love the fact that I can pull down most open source projects these days,
> and, without really thinking too hard about it, pull up their pom.xml file
> and at least have a rough idea of what they're trying to accomplish.
> 
> I love that building and installing such a project has become as simple as
> mvn clean install.
> 
> I love that I don't have to get in the head of whichever
> build-engineer-of-the-moment crafted a hand-rolled Ant or Gradle build.  I
> love that as bulky and annoying as it can be, at least XML is declarative
> and easily read.
> 
> Anyhow, thanks.  Maven is not an easy system to learn, but once you do it
> pays off.
> 
> Best,
> Laird


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org