RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-30 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Any Help on maven 2 

I am not able to use pde-maven-plugin in my existing PDE project?


-Original Message-
From: Singh, Harsimranjit (NSN - IN/Bangalore) 
Sent: Monday, January 30, 2012 11:38 AM
To: Maven Users List
Subject: RE: Maven Setup for Existing Plugin Development Project(Eclipse
Plugin)

Hi 

I have to use maven and that maven 2 only so option left

1) Upgrade to latest version of Eclipse PDE:
Can you explain about this I am not suire how it will help?

2) pde-maven-plugin:

Which approach you follow to use pde-maven-plugin?.Some reference apart
from that link?



-Original Message-
From: ext Barrie Treloar [mailto:baerr...@gmail.com] 
Sent: Monday, January 30, 2012 11:26 AM
To: Maven Users List
Subject: Re: Maven Setup for Existing Plugin Development Project(Eclipse
Plugin)

On Mon, Jan 30, 2012 at 3:46 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 Thanks for reply . I am using Maven 2.2.1

 Is sonatype support maven 2?

 Also I found:
 http://mojo.codehaus.org/pde-maven-plugin/


 So which one I should use?

pde-maven-plugin is dead, but usable.

Your options include:
* Upgrade to Maven 3+
* Upgrade to latest version of Eclipse PDE
* Dont use Maven

I'd recommend upgrading Eclipse PDE anyway as you not find any Eclipse
jars available for the older environment.

We are stuck on Eclipse RCP 3.2.2 and use pde-maven-plugin fine.

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


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


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



Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi 

I have Old Project for Eclipse plug-in Development.I want to  bring that
in maven but not helping.

Is this possible?

I searched lot but not find much details\help.Please provide help me or
provide some reference link.

Thanks
Harsimran


RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi 

Thanks for reply . I am using Maven 2.2.1

Is sonatype support maven 2?

Also I found:
http://mojo.codehaus.org/pde-maven-plugin/


So which one I should use?

thanks

-Original Message-
From: ext Dan Tran [mailto:dant...@gmail.com] 
Sent: Monday, January 30, 2012 9:32 AM
To: Maven Users List
Subject: Re: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

lookup tycho-maven-plugin from sonatype

-D

On Sun, Jan 29, 2012 at 7:31 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 I have Old Project for Eclipse plug-in Development.I want to  bring that
 in maven but not helping.

 Is this possible?

 I searched lot but not find much details\help.Please provide help me or
 provide some reference link.

 Thanks
 Harsimran

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



RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi 

I have to use maven and that maven 2 only so option left

1) Upgrade to latest version of Eclipse PDE:
Can you explain about this I am not suire how it will help?

2) pde-maven-plugin:

Which approach you follow to use pde-maven-plugin?.Some reference apart
from that link?



-Original Message-
From: ext Barrie Treloar [mailto:baerr...@gmail.com] 
Sent: Monday, January 30, 2012 11:26 AM
To: Maven Users List
Subject: Re: Maven Setup for Existing Plugin Development Project(Eclipse
Plugin)

On Mon, Jan 30, 2012 at 3:46 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 Thanks for reply . I am using Maven 2.2.1

 Is sonatype support maven 2?

 Also I found:
 http://mojo.codehaus.org/pde-maven-plugin/


 So which one I should use?

pde-maven-plugin is dead, but usable.

Your options include:
* Upgrade to Maven 3+
* Upgrade to latest version of Eclipse PDE
* Dont use Maven

I'd recommend upgrading Eclipse PDE anyway as you not find any Eclipse
jars available for the older environment.

We are stuck on Eclipse RCP 3.2.2 and use pde-maven-plugin fine.

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


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



Use separate property filters for the varaible in war file and the assembly files

2010-07-13 Thread bangalore

Hi,

 

The project structure:

 

|-- pom.xml

 

`-- src

 `-- main

 |-- java

 |   `-- com

 |   `-- example

 |   `-- projects

 |   `-- SampleAction.java

 |-- resources

 |   `-- assembly.xml

  `-- assemblyfilter.properties

  `-- filterwar.properties

 `-- webapp

 |-- WEB-INF

 |   `-- web.xml

 |-- index.html

 `-- sample1.html
 

The assembly.xml creates a zip file with index.html and sample1.html. The
war also contains index.html and sample1.html.
I have to apply separate filters for the zip files and the htmls in the war
files. The assembly files always get the common filter
(filterwar.properties) if it is defined; else it takes the values from
assemblyfilter.properties.
How can I apply separate filters for the files added with assembly and the
war .

 
Thanks.

-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Use-separate-property-filters-for-the-varaible-in-war-file-and-the-assembly-files-tp1046593p1046593.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Properties file in Maven

2009-10-27 Thread Sethuraman, Nirmala (NSN - IN/Bangalore)
Hi 

I am a new user of Maven. I have been looking for using external
property files in Maven. However I couldn't find any. 
Does maven provide this option (like ANT) for using an external property
file? 

Best Regards
Nirmala