Re: Adding to Books on Maven?

2013-10-27 Thread Olivier Lamy
done.
Let us know if you need something else. (images?)

On 26 October 2013 02:29, Russell Gold r...@gold-family.us wrote:
 How does one get added to the list of available Maven publications on the 
 site (http://maven.apache.org/articles.html)?
 -
 Author, Getting Started with Apache Maven 
 http://www.packtpub.com/getting-started-with-apache-maven/video

 Come read my webnovel, Take a Lemon http://www.takealemon.com,
 and listen to the Misfile radio play 
 http://www.fuzzyfacetheater.com/misfile/!










-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

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



Re: Adding to Books on Maven?

2013-10-27 Thread Olivier Lamy
done.


On 27 October 2013 21:13, Russell Gold r...@gold-family.us wrote:

 Thanks, Olivier.

 You could use this image.

 [image: 5729OS_Video.jpg.png]

 And it actually covers Maven 3.0.4 and above.

 Thanks,
 Russ

 On Oct 27, 2013, at 3:34 AM, Olivier Lamy ol...@apache.org wrote:

 done.
 Let us know if you need something else. (images?)

 On 26 October 2013 02:29, Russell Gold r...@gold-family.us wrote:

 How does one get added to the list of available Maven publications on the
 site (http://maven.apache.org/articles.html)?
 -
 Author, Getting Started with Apache Maven 
 http://www.packtpub.com/getting-started-with-apache-maven/video

 Come read my webnovel, Take a Lemon http://www.takealemon.com,
 and listen to the Misfile radio play 
 http://www.fuzzyfacetheater.com/misfile/!










 --
 Olivier Lamy
 Ecetera: http://ecetera.com.au
 http://twitter.com/olamy | http://linkedin.com/in/olamy

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


  -
 Author, Getting Started with Apache Maven 
 http://www.packtpub.com/getting-started-with-apache-maven/video

 Come read my webnovel, *Take a Lemon *http://www.takealemon.com,
 and listen to the Misfile radio play 
 http://www.fuzzyfacetheater.com/misfile/!










-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy


Best Practice for testing code that uses provided dependencies

2013-10-27 Thread Ron Wheeler

We have code that depends on provided libraries.

What is the best way to test the code?

I don't particularly want to add the shared libraries to the project 
since they are large and will add a big load into the SCM and make it 
hard to check out the project.


Can I add the dependency twice, once as provided and once as test?
Any comments or suggestions?

Ron

--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


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



Re: Best Practice for testing code that uses provided dependencies

2013-10-27 Thread Russell Gold
I’m actually running into the same issue, and my plan was s to take advantage 
of the situation to provide test versions of the classes. What I found was that 
the “provided” dependency wound up in the test class path.

So I think that the fact that it is provided should have no impact on how you 
test it.

- Russ

On Oct 27, 2013, at 7:22 PM, Ron Wheeler rwhee...@artifact-software.com wrote:

 We have code that depends on provided libraries.
 
 What is the best way to test the code?
 
 I don't particularly want to add the shared libraries to the project since 
 they are large and will add a big load into the SCM and make it hard to check 
 out the project.
 
 Can I add the dependency twice, once as provided and once as test?
 Any comments or suggestions?
 
 Ron
 
 -- 
 Ron Wheeler
 President
 Artifact Software Inc
 email: rwhee...@artifact-software.com
 skype: ronaldmwheeler
 phone: 866-970-2435, ext 102
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 

-
Author, Getting Started with Apache Maven 
http://www.packtpub.com/getting-started-with-apache-maven/video

Come read my webnovel, Take a Lemon http://www.takealemon.com, 
and listen to the Misfile radio play http://www.fuzzyfacetheater.com/misfile/!









Re: Best Practice for testing code that uses provided dependencies

2013-10-27 Thread Ron Wheeler

On 27/10/2013 7:59 PM, Russell Gold wrote:

I’m actually running into the same issue, and my plan was s to take advantage 
of the situation to provide test versions of the classes. What I found was that 
the “provided” dependency wound up in the test class path.

So I think that the fact that it is provided should have no impact on how you 
test it.

I am not sure what you mean.
If scope is provided, does that mean that you have to add the jar to the 
project?

Or does provided turn out to be like compile when the tests are run?

I guess that Eclipse does not understand that. It can not resolve the 
imports. Not really a maven problem




- Russ

On Oct 27, 2013, at 7:22 PM, Ron Wheeler rwhee...@artifact-software.com wrote:


We have code that depends on provided libraries.

What is the best way to test the code?

I don't particularly want to add the shared libraries to the project since they 
are large and will add a big load into the SCM and make it hard to check out 
the project.

Can I add the dependency twice, once as provided and once as test?
Any comments or suggestions?

Ron

--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


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


-
Author, Getting Started with Apache Maven 
http://www.packtpub.com/getting-started-with-apache-maven/video

Come read my webnovel, Take a Lemon http://www.takealemon.com,
and listen to the Misfile radio play http://www.fuzzyfacetheater.com/misfile/!











--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


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



Re: Best Practice for testing code that uses provided dependencies

2013-10-27 Thread Russell Gold

On Oct 27, 2013, at 9:38 PM, Ron Wheeler rwhee...@artifact-software.com wrote:

 On 27/10/2013 7:59 PM, Russell Gold wrote:
 I’m actually running into the same issue, and my plan was s to take 
 advantage of the situation to provide test versions of the classes. What I 
 found was that the “provided” dependency wound up in the test class path.
 
 So I think that the fact that it is provided should have no impact on how 
 you test it.
 I am not sure what you mean.
 If scope is provided, does that mean that you have to add the jar to the 
 project?

 Or does provided turn out to be like compile when the tests are run?

Yes; if scope is “provided”, maven will make sure the jar is available on the 
compile class path as well as the test compile and test run class paths; 
however, anything that depends on your module will not inherit the dependency 
transitively, I believe (although I have tried this) that if you use an 
assembly plugin to package your project, it will ignore the provided 
dependency. I’m not sure what you mean by “add the jar to the project.”

 
 I guess that Eclipse does not understand that. It can not resolve the 
 imports. Not really a maven problem

It seems to work in IntellijIDEA, though.

 
 
 - Russ
 
 On Oct 27, 2013, at 7:22 PM, Ron Wheeler rwhee...@artifact-software.com 
 wrote:
 
 We have code that depends on provided libraries.
 
 What is the best way to test the code?
 
 I don't particularly want to add the shared libraries to the project since 
 they are large and will add a big load into the SCM and make it hard to 
 check out the project.
 
 Can I add the dependency twice, once as provided and once as test?
 Any comments or suggestions?
 
 Ron
 
 -- 
 Ron Wheeler
 President
 Artifact Software Inc
 email: rwhee...@artifact-software.com
 skype: ronaldmwheeler
 phone: 866-970-2435, ext 102
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 -
 Author, Getting Started with Apache Maven 
 http://www.packtpub.com/getting-started-with-apache-maven/video
 
 Come read my webnovel, Take a Lemon http://www.takealemon.com,
 and listen to the Misfile radio play 
 http://www.fuzzyfacetheater.com/misfile/!
 
 
 
 
 
 
 
 
 
 
 -- 
 Ron Wheeler
 President
 Artifact Software Inc
 email: rwhee...@artifact-software.com
 skype: ronaldmwheeler
 phone: 866-970-2435, ext 102
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org

-
Author, Getting Started with Apache Maven 
http://www.packtpub.com/getting-started-with-apache-maven/video

Come read my webnovel, Take a Lemon http://www.takealemon.com, 
and listen to the Misfile radio play http://www.fuzzyfacetheater.com/misfile/!