No, I'll try to rephrase.
I want to use a plugin called jsdoctk-plugin within a new project, for generating documentation out of javascript files. Since the plugin isn't in the maven repository I need to install it manually or get it from a seperate maven-repository which was created within the svn-repository of the plugin project at http://jsdoctk-plugin.goog
The objective is to create a pom.xml for a new project that will allow another programmer to install the project without the need to modify his/her settings.xml and without the need to install the plugin manually, however all my attempts seem to need those 'mirror' configurations within the settings.xml, otherwise maven simply fails to download the pom and jar for the plugin, I just don't understand why and was hoping somebody here has plenty of experience with this and can point out the obvious error that I overlooked?
Main Topics
Browse All Topics





by: Ajay-SinghPosted on 2009-02-24 at 17:22:10ID: 23729050
I am not sure I got your question. Are you trying to add custom source
code repository? The way you have written the pom.xml, you have added
the plugin's maven repository location (*not* the source respository).