Re: Adding a new packaging

2009-05-30 Thread Nitin Verma
Hi Benjamin,

Thanx, I have been able to write an initial version of the packaging plugin.

One more small question what is the best place to override the
properties like project.compileSourceRoots,
project.build.outputDirectory etc. Do we have a plugin that does that?

Regards,

Nitin Verma

On Sat, May 30, 2009 at 3:11 PM, Benjamin Bentmann
 wrote:
> Nitin Verma wrote:
>
>> I looking at adding a packaging, that would have phases mapped to
>> appropriate goals.
>>
>> Can some one guide me on how to add a new packaging?
>
> The section "Specifying a New Packaging" in [0] provides some hints. [1]
> shows a minimal example plugin.
>
>
> Benjamin
>
>
> [0]
> http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?revision=501590
> [1]
> http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-packaging/
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

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



Re: Adding a new packaging

2009-05-30 Thread Benjamin Bentmann

Nitin Verma wrote:


I looking at adding a packaging, that would have phases mapped to
appropriate goals.

Can some one guide me on how to add a new packaging?


The section "Specifying a New Packaging" in [0] provides some hints. [1] 
shows a minimal example plugin.



Benjamin


[0] 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?revision=501590
[1] 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-packaging/


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



Adding a new packaging

2009-05-30 Thread Nitin Verma
Hi,

I looking at adding a packaging, that would have phases mapped to
appropriate goals.

Can some one guide me on how to add a new packaging?

Regards,

Nitin Verma

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  4.0.0
  edu.nitin
  simple
  javascript
  1.0-SNAPSHOT
  simple
...


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



Re: Adding a new packaging

2009-05-30 Thread Nitin Verma
+us...@maven.apache.org

On Sat, May 30, 2009 at 1:34 AM, Nitin Verma  wrote:
> Hi,
>
> I looking at adding a packaging, that would have phases mapped to
> appropriate goals.
>
> Can some one guide me on how to add a new packaging?
>
> Regards,
>
> Nitin Verma
>
> http://maven.apache.org/POM/4.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/maven-v4_0_0.xsd";>
>  4.0.0
>  edu.nitin
>  simple
>  javascript
>  1.0-SNAPSHOT
>  simple
> ...
> 
>

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