-
Nov 15th, 2007, 02:39 AM
#1
Rich client sample
This may be very simple but somehow I am not able to get sample jar build. After running mvn package from various folders I still can not find the jars all I see various SNAPSHOT jars.
-
Nov 30th, 2007, 12:30 AM
#2
You can use this xxx-SNAPSHOT.jar, since jar files with this name are the latest development version but still not a release version.
You will find them normally in the /target directory of your project, when you are using maven.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules