You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/02/11 12:10:28 UTC

[jira] Updated: (PDFBOX-514) maven pom's do not include source artifacts

     [ https://issues.apache.org/jira/browse/PDFBOX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated PDFBOX-514:
---------------------------------

    Fix Version/s: 1.0.0

> maven pom's do not include source artifacts
> -------------------------------------------
>
>                 Key: PDFBOX-514
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-514
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox, JempBox
>    Affects Versions: 0.8.0-incubator
>            Reporter: Yonas Jongkind
>            Assignee: Jukka Zitting
>             Fix For: 1.0.0
>
>
> For pdfbox, fontbox, and jempbox I have added the following lines to my POM's. This way when eclipse adds them to my classpath it also picks up the source.
> Essentially the following lines tell maven that when running a maven:install to also jar up the source files and include those in the distribution.
> 	<plugins>
> 		<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>
> 	</plugins>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.