Using the sample I now get:
/org.apache.wicket/wicket/1.3.1/...So basically my question is how to remove 'org.' and '.wicket' from the organisation part? > This ought to be a simple question.... > > Suppose I want to store wicket 1.3.1 in my repository and for this I want > to use ivy:install > What do I need in order to have the following layout > > /apache/wicket/1.3.1/ivys > /apache/wicket/1.3.1/jars > > Wicket is located here: http://repo1.maven.org/maven2/org/apache/wicket > > > > >
