How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Venkat Muthusamy
Hi, When I build the jar file using maven, my jar includes the pom.xml and pom.properties by default. I like to know the reason what is the reason behind this and like to know incase if I want to override this what I need to do? Thanks in advance. Venkat M

Re: How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Venkat Muthusamy
Hi Allan, Thank you. It looks like the plugin version 2.0.1 is not available in maven repository ibiblio.org. i will wait. thanks Venkat M On 1/30/06, Allan Ramirez [EMAIL PROTECTED] wrote: Hi Venkat, Please refer to this link http://jira.codehaus.org/browse/MNG-1598 -allan Venkat

How to override the maven central repository completely

2005-12-20 Thread Venkat Muthusamy
Hi, I like to maintain our own internal repository instead of http://repo1.maven.org/maven2 due to some restrictions. I created internal server and downloaded necessary plugins and directory structures same as http://repo1.maven.org/maven2. I updated the pom file repository setting as

Javadoc exclude option in Maven-2

2005-12-20 Thread Venkat Muthusamy
Hi, I like to know how to exclude packages while creating javadocs. I included the following plugin in the pom with excludepackaegenames option. Looks like it is not excluding the packages. Is there something wrong in my configuration or do I miss something. plugin

Need assistance: To add java sources in a WAR file.

2005-12-06 Thread Venkat Muthusamy
Hi, I like to know how to include java source files in a maven build war file. I am building a sample WAR application. I like to distribute the WAR file along with source files. If I use 'warSourceDirectory' option in web.xml then it is not copying my web.xml to the target from webapp

Info Requested: About Maven nightly build binaries

2005-12-06 Thread Venkat Muthusamy
Hi, I am using Maven Version 2. I am getting issues here and there and most of them were already fixed based on the information in user group. I like to know where can I get the latest version (nightly build) of Maven. The Apache Maven site binaries looks like provide downloads for only the

Need assistance: Suppressing Version information during dependency resolution.

2005-11-27 Thread Venkat Muthusamy
Hi, In Maven-2, The default dependency resolution /groupId/atifactId/$version/xyz-$version.jar The maven provides facility in pom to suppress groupId or artifactId, by using exclusions. But it does not allow suppressing version. I understand the version is important. We can control the