One reason is that the pom.xml you develop with is no the one you want being
published.

For example, the pom.xml's we develop with contains a lot of internal
information that should not go outside the company (developer email
addresses, etc)

On Wed, Apr 23, 2008 at 8:44 PM, Wayne Fay <[EMAIL PROTECTED]> wrote:

> Just curious, why do you want to do this?
>
> Also, you say "my jar plugin version is 2.2" but its not stated in the
> <plugin> declaration, so are you certain of this? You really should
> "lock down" the version of plugins.
>
> Wayne
>
> On 4/23/08, I am Who i am <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > How to remove maven related files like maven folder / pom.xml /
> > pom.properties files from the jar file being created, i have the
> following
> > in my pom, but still seeing the maven directory with pom /
> .xml/.properties
> > under META-INF directory, my jar plugin version is 2.2
> > <build>
> >     <plugins>
> >                <plugin>
> >                        <groupId>org.apache.maven.plugins</groupId>
> >                        <artifactId>maven-jar-plugin</artifactId>
> >                        <executions>
> >                                <execution>
> >                                        <id>CUSTOM-MANIFEST</id>
> >                                        <goals>
> >                                                <goal>jar</goal>
> >                                        </goals>
> >                                        <configuration>
> >                                                <archive>
> >
> > <manifestFile>${basedir}/../wsear/META-INF/MANIFEST.MF</manifestFile>
> > <addMavenDescriptor>false</addMavenDescriptor>
> >                                                </archive>
> >                                        </configuration>
> >                                </execution>
> >                        </executions>
> >                </plugin>
> >       </plugins>
> >   </build>
> >
> >
> > Please help
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to