Hi,
I don't know, if am at the right place to ask my question, but I didn't find a
different place. (If there is any, please tell me!)
I checked out maven and tried to build it.
Since I am not very familiar with maven, I don't know how to fix the following
build error:
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
java:prepare-filesystem:
[mkdir] Created dir: D:\Development\vendor\jackrabbit\target\classes
java:compile:
[echo] Compiling to D:\Development\vendor\jackrabbit/target/classes
[echo] No java source files to compile.
resources or todir was null
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir: D:\Development\vendor\jackrabbit\target\test-classes
[mkdir] Created dir: D:\Development\vendor\jackrabbit\target\test-reports
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
BUILD FAILED
File...... C:\Dokumente und Einstellungen\humg\.maven\cache\maven-jar-plugin-1.6
.1\plugin.jelly
Element... ant:fail
Line...... 53
Column.... 19
You must define currentVersion in your POM.
Total time: 2 seconds
Finished at: Wed Nov 09 15:55:33 CET 2005
Thanks for help!
humergu