Wow - with all the quickfire questions and answers this is actually
looking possible.

So we have one outstanding issue with the geoapi jars; I can publish
them as a representative of that project; or we can bundle them into
gt-api.

So yeah, we have a proposal about this already
(http://docs.codehaus.org/display/GEOTOOLS/Publish+to+Maven+Central+Repository).

So either we can round up volunteers to do the above (simply voting
won't be enough as it is more  a question of manpower), or round up
volunteers to help restore the osgeo server.

Jody

On Fri, Jul 30, 2010 at 5:56 PM, Mª®k <mc.pr...@gmail.com> wrote:
> 2010/7/29 Jody Garnett <jody.garn...@gmail.com>:
>>> * Project POM has the following elements.
>>> ** <modelVersion>
> ....
>>> **<developers>
>> check.
>>
>>> ** If the project packaging is jar, and the jar file contains java classes, 
>>> there must be a -javadoc.jar for main artifact.
>>
>> Not sure how we would turn this on?
>>
> maven will do this for you when including the following as part of the build
>
> <plugin>
>  <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-javadoc-plugin</artifactId>
>  <version>2.7</version>
>  <configuration>
>     <!--  config options-->
>  </configuration>
>  <executions>
>    <execution>
>      <phase>package</phase>
>      <goals>
>        <goal>jar</goal>
>      </goals>
>    </execution>
>  </executions>
> </plugin>
>
> ie. run the javadoc plugin as part of the package phase to create a jar
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to