qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

Ability to disable archiving the pom.xml file #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just create a swc, and if you open it, you'll see a maven folder with the
corresponding pom.xml in it.

What is the expected output? What do you see instead?

I'd like to have the ability similar to --
http://maven.apache.org/guides/mini/guide-archive-configuration.html 

What version of the product are you using? On what operating system?
Flex-Mojo: M8
Operating systems: WinXP, linux (ubuntu 8.10), mac osx 10.5

Original issue reported on code.google.com by beverly....@gmail.com on 14 Nov 2008 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by velo...@gmail.com on 14 Nov 2008 at 8:29

GoogleCodeExporter commented 9 years ago
Fixed at revision 905.

Just add this on configuration block:
        <configuration>
            <addMavenDescriptor>false</addMavenDescriptor>
        </configuration>

VELO

Original comment by velo...@gmail.com on 23 Nov 2008 at 10:34