Hi there, I am using maven 2 and Spring.

Just to Make a scenary: I am Having a well known problem about Spring can't
do a Component Scan aganinst a jar generated by Maven 2.

Apparently this happens because the generated Jar does not add its Directory
Entries.

I Searched everywhere e could find some final solution do make it.

So I am asking your help.

How could I make a Maven 2 POM, generate the JAR Directory Entries on simple
JAR.

My compiler POM is simples, like:

<plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.0.2</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
        </plugins>


Thank you in advance



--
View this message in context: 
http://maven.40175.n5.nabble.com/Generenting-Directory-Entries-on-a-Jar-using-maven-2-tp4406467p4406467.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

Reply via email to