hi guys
i'm very very new at this and i am having a bit of a problem getting things
off the ground..
i'm just trying to create jar using maven2 and this is what i have in the
build section
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<includes>
<include>**/src/*</include>
</includes>
</configuration>
</plugin>
</plugins>
<sourceDirectory>${basedir}/src/*.*</sourceDirectory>
</build>
unfortunately..this is not including all the classes that it should in the
jar...
i have a .java file in the directory /src and then i have a whole bunch
under /src/ca/java
i would really appreciate some guidance here...
thanks
--
Urooj Khan