Git Product home page Git Product logo

Comments (15)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024

Original comment by [email protected] on 26 Jun 2009 at 7:12

  • Changed state: Accepted

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Hi,

I will suggest you looking at
[http://www.sonatype.com/people/2009/06/publishing-your-artifacts-to-the-central
-maven-repository/
Publishing Your Artifacts to the Central Maven Repository by Brian Fox] to have
public nexus repository synced with maven central.

This project is very usefull for me, a big kudo for you.

Original comment by [email protected] on 27 Jun 2009 at 1:05

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Mario, what is the status of this? Releasing lambdaj into a maven repository on 
this
project's svn should be easy. Having it published to maven central is of course
another story.

Original comment by [email protected] on 1 Jul 2009 at 7:24

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024

Original comment by [email protected] on 1 Jul 2009 at 10:58

  • Changed state: Started

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
[deleted comment]

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
I will try to get a place on the sonatype repository which is synced with the 
maven
central.

I also will update the pom, so that it is releasable (eg. gpg).

Original comment by [email protected] on 1 Jul 2009 at 3:06

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Any news about this issue?

Thanks

Original comment by [email protected] on 14 Jul 2009 at 12:56

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
I did the configurations to deploy to sonatype repo in maven-config-processor
(http://code.google.com/p/maven-config-processor-plugin/), I've found this link
helpful: http://happygiraffe.net/blog/2009/06/24/gnupg-very-basically/

Original comment by [email protected] on 14 Jul 2009 at 1:23

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
As far as I know, the changes have been completed and committed by Christian 
Raschka.
Our own Maven Repository for releases is here:
http://code.google.com/p/lambdaj/source/browse/repo/releases/

For snapshots, we will use:
http://code.google.com/p/lambdaj/source/browse/repo/snapshots/

Currently, publishing to sonatype is in progress. Until then, please use our own
repository as stated above.

Original comment by [email protected] on 14 Jul 2009 at 2:39

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Paths are wrong. Correct ones are:
http://lambdaj.googlecode.com/svn/repo/releases/

and
http://lambdaj.googlecode.com/svn/repo/snapshots/

Original comment by [email protected] on 16 Jul 2009 at 8:00

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Thanks!

Original comment by [email protected] on 16 Jul 2009 at 1:44

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
[deleted comment]

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Could you please add the code and javadoc in the repo. This is very useful when 
it
comes to debugging (even if not in your library).
This is quite easy to do, just adding two build plugins in your pom.xml should 
be enough:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

Thanks

Original comment by [email protected] on 1 Sep 2009 at 11:05

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
I agree, this should be added. Also assembly:jar-with-dependencies should be 
added to
the repo (as it is published by google downloads already!).

Original comment by [email protected] on 3 Sep 2009 at 4:43

from lambdaj.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Will be available from lambdaj 2.1

Original comment by [email protected] on 10 Oct 2009 at 4:17

  • Changed state: Done

from lambdaj.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.