[ 
http://jira.codehaus.org/browse/MOJO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_110946
 ] 

Emmett Walsh commented on MOJO-212:
-----------------------------------

So what do I need to put in my maven 2 pom exactly to pull the plugin from ..

http://snapshots.repository.codehaus.org/org/codehaus/mojo/maven-springbeandoc-plugin/


I tried 

<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>maven-springbeandoc-plugin</artifactId>
                <version>1.0.8-SNAPSHOT</version>
                <configuration>
                        <!-- xml file or directory containing xml files -->
                        <resources>
                                
<resource>src/test/resources/beandocxmldir/spring.xml</resource>
                        </resources>
                        <!-- html title (optional) -->
                        <title>${project.name} ${project.version} Bean 
docs</title>
                        <!-- optional stylesheet to use -->
                        <cssUrl>stylesheet.css</cssUrl>
                        <!-- location of api docs (optional) -->
                        <javadocLocations>
                                <javadocLocation>
                                        
<packagename>org.codehaus.mojo.springbeans</packagename>
                                        
<location>${project.build.directory}/site/apidocs</location>
                                </javadocLocation>
                        </javadocLocations>
                        <!-- location of exe for image generation (alias 
graphViz) -->
                        <executable>C:/Program 
Files/ATT/Graphviz/bin/dot.exe</executable>
                        <!-- Graph output types. Default is png. Use png, jpg, 
gif, svg. -->
                        <graphsOutputType>png</graphsOutputType>
                        <!-- you can have the XML parser not bother to validate 
the input files against the DTD if you so wish. True by default. -->
                        <validate>false</validate>
                </configuration>
        </plugin>



but get the following...


[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'springbeandoc'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-springbeandoc-plugin' does 
not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Oct 23 10:39:05 BST 2007
[INFO] Final Memory: 1M/3M
[INFO] ------------------------------------------------------------------------


> Maven 2 Spring BeanDoc plugin & site report (simple wrapper)
> ------------------------------------------------------------
>
>                 Key: MOJO-212
>                 URL: http://jira.codehaus.org/browse/MOJO-212
>             Project: Mojo
>          Issue Type: New Feature
>          Components: Plugin Submission
>            Reporter: Jurgen De Landsheer
>            Assignee: Marat Radchenko
>         Attachments: maven-beandoc.tar.gz, maven2-spring-beans-plugin.zip, 
> maven2-spring-beans-plugin.zip, maven2-spring-beans-plugin.zip
>
>
> new plugin: creates report from spring xml bean configurations
> for examples see http://springframework.sourceforge.net/beandoc/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to