On Mar 25, 2010, at 6:08 PM, Rob Wolfe wrote:

No, XML is not the worst thing (at least for me).
The real problem is here:
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html

I'm not sure what you're referring to there.  :-)

Let's suppose that from time to time I'd like to package
a few class files (e.g. Java subpackage) to jar without repeated
compilation and without running tests of the whole project?
How to do that with Maven? It should be easy, right?
Are you sure that it is a "no-brainer"?

You can disable all tests in a maven build with the - Dmaven.test.skip=true option.

No compilation will occur if no changes have been made to your source files.

- Chas

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to