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

Jukka Zitting resolved PDFBOX-514.
----------------------------------

    Resolution: Fixed
      Assignee: Jukka Zitting

Both the JempBox and FontBox builds now automatically generate the source 
artifacts when using the apache-release profile.

> 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
>
> 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.

Reply via email to