0

I have the same problem as these guys:

Spring Annotation-based controllers not working if it is inside jar file

http://forum.springsource.org/showthread.php?t=64731

...but the difference is that I use Maven 2 as a build tool.

How do I achieve the same effect using Maven 2?

I saw this solution to creating a classpath entry in the manifest, but it generates a lot of absolute links to JARs which wouldn't make sense in my production environment: Maven - how can I add an arbitrary classpath entry to a jar?

Community
  • 1
  • 1
opyate
  • 5,388
  • 1
  • 37
  • 64

1 Answers1

0

Maven 2 generates the directory entries, which is the answer to this question.

opyate
  • 5,388
  • 1
  • 37
  • 64