GithubHelp home page GithubHelp logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
Sorry, should not have it typed as a defect, but rather as an enhancement.

Original comment by [email protected] on 10 Aug 2010 at 11:35

from caldav4j.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
can you send a patch of the pom.xml to generate the source jar?

Original comment by [email protected] on 17 Aug 2010 at 9:16

  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from caldav4j.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
No problem. According to 
http://maven.apache.org/plugins/maven-source-plugin/usage.html you should make 
sure the following fragment is present in the pom:

<project>
  ...
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.1.2</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>verify</phase>
            <goals>
              <goal>jar-no-fork</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  ...
</project>

Original comment by [email protected] on 18 Aug 2010 at 11:03

from caldav4j.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
testing...

Original comment by [email protected] on 18 Aug 2010 at 2:12

  • Changed state: Started

from caldav4j.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
committed in pom.xml. next 0.7-SNAPSHOT will contain jar sources too.
you're welcome to post a pom patch to include the source:jar target in the 
deploy one

Original comment by [email protected] on 18 Aug 2010 at 2:14

from caldav4j.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
For now, feel free to download source files from 
http://library.jteam.nl/repo/org/osaf/caldav4j/0.6.1/caldav4j-0.6.1-sources.jar.

Original comment by [email protected] on 19 Aug 2010 at 7:26

from caldav4j.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 28, 2024
fixed and committed

Original comment by [email protected] on 17 Feb 2011 at 2:15

  • Changed state: Fixed

from caldav4j.

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.