Assembly plugin with filtering

2007-10-16 Thread Saminda Abeyruwan
onfiguring: org.apache.maven.plugins:maven-assembly-plugin. Reason: ERROR: Cannot override read-only parameter: filters in goal: assembly:assembly Wonder why this happen ? Saminda -- Saminda Abeyruwan Senior Software Engineer WSO2 Inc. - www.wso2.org

Analysing transient dependencies

2007-08-09 Thread Saminda Abeyruwan
Hi All, Please bare with me, is there a maven2 command to analyse the transient dependencies structure for a given dependency? Thank you, -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Deploying artifacts to a remote repository

2007-04-19 Thread Saminda Abeyruwan
ging to download the dependencies to create a distribution, that distribution should contain Foo-SNAPSHOT.jarrather Foo-20070412.093819-12.jar. Is this possible ? Thank you Saminda On 4/19/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: Hi All, Using "deploy" goal, we upload artifac

Deploying artifacts to a remote repository

2007-04-18 Thread Saminda Abeyruwan
will be something like Foo-20070412.093819-12.jar. Is there a way to control this replacing number. Why is it like this? Thank you, Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Inheriting plugin executing

2007-01-15 Thread Saminda Abeyruwan
there a way to stop this. Only parent pom.xml will do some unit of work, but it doesn't need to inherit to its children poms. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

[Maven2] Downloading poms

2007-01-13 Thread Saminda Abeyruwan
projects. But Maven2 downloads the version 3 poms rather version 4.0.0 poms. Is there a way to tell Maven2 that, it only needs to download version 4.0.0 poms. Due these version 3 poms, I'm seeing a lot of WARNINGS in our build. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO

Re: [Maven2] Question on profiles

2007-01-07 Thread Saminda Abeyruwan
o the above, in users perspective; it's really good. Saminda On 1/8/07, Rahul Thakur <[EMAIL PROTECTED]> wrote: Any reason why you can't do following? mvn clean install -Dp1 -Dp2 Rahul - Original Message - From: "Saminda Abeyruwan" <[EMAIL PROTECTED]> To:

[Maven2] Question on profiles

2007-01-07 Thread Saminda Abeyruwan
ent. Please do aid us. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

maven-javadoc-plugin

2007-01-03 Thread Saminda Abeyruwan
do to get this working on JKD 1.5 Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Customizing Maven2 output

2007-01-01 Thread Saminda Abeyruwan
red for artifact resolution. Reason: Not a v4.0.0POM. Is there a way to customize what Maven2 output. Ex: only print [INFO] and not to print [WARNING]. Thank you Samnda -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

Problem related to maven-assembly-plugin and maven-dependency-plugin

2006-12-21 Thread Saminda Abeyruwan
ize-copy initialize copy --- -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

[M2] Profiles to select jar according to jdk version

2006-12-19 Thread Saminda Abeyruwan
There's no problems, If the build is running under Jdk1.5. What should I do to rectify this for jdk 1.4 Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

[M2] Surefire POJO / Inner class issue

2006-12-14 Thread Saminda Abeyruwan
d ? If yes, should I use version 2.1. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.org

Transitive Dependencies

2006-12-11 Thread Saminda Abeyruwan
; not to take account the transitive dependency jta-1.0.1B. Thank you Saminda -- Saminda Abeyruwan Software Engineer WSO2 - www.wos2.or

[Maven2] [WARNING] POM for 'org.apache.axis2:axis2-kernel:pom:1.1-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM.

2006-10-31 Thread Saminda Abeyruwan
Hi, Why am I getting the following, [WARNING] POM for 'org.apache.axis2:axis2-kernel:pom:1.1-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0POM. I'm using repositories with "legacy". Thank you Saminda

Re: [Maven2] Assigning an existing Maven1 local repo to Maven2 local repo

2006-10-30 Thread Saminda Abeyruwan
n't use the same group id, since the SNAPSHOT time stamp version is resolved by the maven-metadata file or something, one per directory in maven1? ) I'm not sure if this is the best solution, but it is working well for us, at least until we can move to maven2 builds everywhere. Saminda

Re: Assigning an existing Maven1 local repo to Maven2 local repo

2006-10-30 Thread Saminda Abeyruwan
31/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 10/30/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > We have been in the process of converting all Maven1 projects to Maven2. > Until the conversion completed, some converted Maven2 projects need to > refer to some

[Maven2] Assigning an existing Maven1 local repo to Maven2 local repo

2006-10-30 Thread Saminda Abeyruwan
Hi All, I'm new to Maven2. Please aid me to rectify the following Maven1 to Maven2 migration problem. We have projects written with Maven1 and when we build the projects (They are SNAPSHOT), basically these snapshots uploaded to local .maven repo. We have been in the process of converting all M

Assigning an existing Maven1 local repo to Maven2 local repo

2006-10-30 Thread Saminda Abeyruwan
Hi All, I'm new to Maven2. Please aid me to rectify the following Maven1 to Maven2 migration problem. We have projects written with Maven1 and when we build the projects (They are SNAPSHOT), basically these snapshots uploaded to local .maven repo. We have been in the process of converting all M

Sync with Maven 1 repo

2006-10-30 Thread Saminda Abeyruwan
Hi All, I want to sync the .maven (Maven1 )repo with Maven2 build. This is because, some of the projects we've using has Maven1 and the SNAPHSOT of them uploaded there locally. Is it possible to sync the .maven repo with Maven2 build. Is this possible. If not what are the alternative ways ? Th

Re: Dowloading dependencies

2006-10-29 Thread Saminda Abeyruwan
Hi Wendy, Yes. Assembly plugging is what I need. Could you please point me to a place where i can find more info. I've already following http://maven.apache.org/guides/mini/guide-assemblies.html. Thank you Saminda On 10/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 10/29/

Dowloading dependencies

2006-10-29 Thread Saminda Abeyruwan
Hi all, I'm in the process of migrating from Maven1 to Maven2. I've being faced the following problem. I have a requirement to download all the dependencies, In Maven1 i just used, How do i do the above with Maven2. Is there a built in plugging for this. Please do help. Thank you, Saminda

Aid with Maven2

2006-10-09 Thread Saminda Abeyruwan
Hi All, I'm in the process of migrating from Maven1 to Maven2. I got the following problem, When i say mvn install, it'll work. But after when i said, mvn clean, following exception occurred with -e === org.apache.maven.lifecycle.Lifecycl