how to include non-java files in a jar

2008-03-20 Thread Saxena, Sandeep
Hi, I want to include some non-java files (properties or html files) in my jar. Say These properties files exist at src/main/java/a/b/c. How can include these Files. Sandeep The information contained in this transmission may contain privileged and confidential information and is

RE: dependency-copy

2008-03-05 Thread Saxena, Sandeep
: dependency-copy On Wed, Mar 5, 2008 at 6:16 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote: Thanks Upul. But it does not copy all transitive dependencies from a list. I want something like I give a list of 10 artifacts which may or may not be In the Project's POM and I want all transitive

dependency-copy

2008-03-04 Thread Saxena, Sandeep
I want to copy all transitive dependencies for a list of artifacts in my assembly. If I use dependency: copy with a list of artifacts I just get all the jars defined In my list and not transitive dependencies. And if I use dependency: copy-dependencies, it takes all the artifacts from my

RE: dependency-copy

2008-03-04 Thread Saxena, Sandeep
/plugins/maven-assembly-plugin/howto.html assembly idbin/id dependencySets dependencySet outputDirectorylib/outputDirectory /dependencySet /dependencySets /assembly Hope this helps. Upul On Wed, Mar 5, 2008 at 11:20 AM, Saxena, Sandeep [EMAIL PROTECTED] wrote

OverConstrainedVersionException

2007-12-11 Thread Saxena, Sandeep
Hi All, I am using following dependency in one of my POMs: +++ dependency groupIdorg.eclipse/groupId artifactIdswt/artifactId version[3.3.0-v3346]/version /dependency +++ And getting the following exceptions:

RE: OverConstrainedVersionException

2007-12-11 Thread Saxena, Sandeep
++ Sandeep. From: Stuart McCulloch [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 12:31 PM To: Saxena, Sandeep Cc: Maven Users List Subject: Re: OverConstrainedVersionException On 12/12/2007, Saxena, Sandeep [EMAIL PROTECTED] wrote