Hi,

if i look into this dir:

http://www.wicketstuff.org/maven/repository/org/wicketstuff/scriptaculous/1.4-SNAPSHOT/

i am getting really really sad :(

I want to get rid of all those horrible timestamps snapshots
these should be removed for everything, this will run out of disk space soon
like that

i think it has to do something in the profiles and then
distributionManagement ??

<distributionManagement>
                <snapshotRepository>
                    <id>repo</id>
                    <name>Local Bamboo/Tomcat repository</name>

<url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
                    <uniqueVersion>false</uniqueVersion>
                </snapshotRepository>
            </distributionManagement>

also wicket 1.3 has the same problem. i guess because the jdk1.4 and jdk1.5
dirs dont have the right stuff?
Or is the wrong profiler being done? Where can this be changed?

johan

Reply via email to