You can add this to your pom to disable the inclusion of the maven folder:

<build>
  <plugins>
    <plugin>
      <artifactId>maven-jar-plugin</artifactId>
      <configuration>     
        <archive>
          <addMavenDescriptor>false</addMavenDescriptor>
        </archive>
      </configuration>
    </plugin>
  </plugins>
</build>

Hope this helps
-Tim

RobJac schrieb:
My EJB project has a META_INF folder that i have placed under "resources"
folder When I execute maven package for my project. The project gets jarred
but when I actually open the Jar file i see some maven folder under the
META-INF folder. How can i avouid this from getting created?
Thanks  in advance

--
View this message in context: 
http://www.nabble.com/Remove-mavern-folder-in-META-INF-t1444885.html#a3902183
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to