You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Chen, Andrew ." <Ch...@westinghouse.com> on 2004/07/21 19:59:50 UTC

Anyone using Doxygen plugin?

Has anyone used the Maven plugin for Doxygen.  It is a SourceForge plugin.

How to get started and get it run?

We tried:
  maven doxygen:doxygen

Maven (version 1.0) complained it does not know what is doxygen.

Any hint?

Thanks.
--
Andrew H. Chen
Westinghouse Electric Company, Nuclear Fuel
4350 Northern Pike, Monroeville, PA, 15146
Tel. +1 (412) 374-2316 


Re: Anyone using Doxygen plugin?

Posted by "matthew.hawthorne" <ma...@apache.org>.
Chen, Andrew . wrote:
> Has anyone used the Maven plugin for Doxygen.  It is a SourceForge plugin.
> 
> How to get started and get it run?
> 
> We tried:
>   maven doxygen:doxygen
> 
> Maven (version 1.0) complained it does not know what is doxygen.
> 
> Any hint?


Hi Andrew,

It looks like you may not have the plugin installed.  That's usually the 
case when a goal can't be found.

Take a look at this site:
http://maven-plugins.sourceforge.net/installing.html

You'll probably want to run something like this:
maven plugin:download -DgroupId=maven-plugins 
-DartifactId=maven-doxygen-plugin -Dversion=1.0

And then, it'll be installed and ready to go.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: deploy multiple versions of site

Posted by Michael Heuer <he...@acm.org>.
Yes, that's exactly what I'd like to see.  If there's no reply on this
list, I'll post to the cactus list(s).

   michael


On Fri, 30 Jul 2004, Brett Porter wrote:

> I'd like to hear from the Cactus folk how they do it.
>
> On Wed, 21 Jul 2004 14:29:28 -0400 (EDT), Michael Heuer <he...@acm.org> wrote:
> > Hello,
> >
> > Say I have three versions of a project, in project.xml
> >
> > <versions>
> >  <version>
> >    <id>1.0</id><name>1.0</name><tag>MYPROJECT_1_0</tag>
> >  </version>
> >  <version>
> >    <id>1.1</id><name>1.1</name><tag>MYPROJECT_1_1</tag>
> >  </version>
> >  <version>
> >    <id>1.2</id><name>1.2</name><tag>MYPROJECT_1_2</tag>
> >  </version>
> > </versions>
> >
> > I would like to publish and deploy the entire site for each version, at
> > e.g.
> >
> > > http://.../myproject/1.0/index.html
> > > http://.../myproject/1.1/index.html
> > > http://.../myproject/1.2/index.html
> >
> > And it would be nice to have a navigation menu item like
> >
> > Versions
> >  +- 1.0
> >  +- 1.1
> >  +- 1.2
> >
> > linking to the other published versions' index.html.
> >
> > Have there been any projects that have implemented such an idea?
> >
> >   michael
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: deploy multiple versions of site

Posted by Brett Porter <br...@gmail.com>.
I'd like to hear from the Cactus folk how they do it.

On Wed, 21 Jul 2004 14:29:28 -0400 (EDT), Michael Heuer <he...@acm.org> wrote:
> Hello,
> 
> Say I have three versions of a project, in project.xml
> 
> <versions>
>  <version>
>    <id>1.0</id><name>1.0</name><tag>MYPROJECT_1_0</tag>
>  </version>
>  <version>
>    <id>1.1</id><name>1.1</name><tag>MYPROJECT_1_1</tag>
>  </version>
>  <version>
>    <id>1.2</id><name>1.2</name><tag>MYPROJECT_1_2</tag>
>  </version>
> </versions>
> 
> I would like to publish and deploy the entire site for each version, at
> e.g.
> 
> > http://.../myproject/1.0/index.html
> > http://.../myproject/1.1/index.html
> > http://.../myproject/1.2/index.html
> 
> And it would be nice to have a navigation menu item like
> 
> Versions
>  +- 1.0
>  +- 1.1
>  +- 1.2
> 
> linking to the other published versions' index.html.
> 
> Have there been any projects that have implemented such an idea?
> 
>   michael
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


deploy multiple versions of site

Posted by Michael Heuer <he...@acm.org>.
Hello,

Say I have three versions of a project, in project.xml

<versions>
  <version>
    <id>1.0</id><name>1.0</name><tag>MYPROJECT_1_0</tag>
  </version>
  <version>
    <id>1.1</id><name>1.1</name><tag>MYPROJECT_1_1</tag>
  </version>
  <version>
    <id>1.2</id><name>1.2</name><tag>MYPROJECT_1_2</tag>
  </version>
</versions>

I would like to publish and deploy the entire site for each version, at
e.g.

> http://.../myproject/1.0/index.html
> http://.../myproject/1.1/index.html
> http://.../myproject/1.2/index.html

And it would be nice to have a navigation menu item like

Versions
  +- 1.0
  +- 1.1
  +- 1.2

linking to the other published versions' index.html.

Have there been any projects that have implemented such an idea?

   michael


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org