You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2013/09/26 11:46:05 UTC

[jira] [Created] (FELIX-4241) Change default output directory for SCR annotations to ${project.build.directory}/classes

Robert Munteanu created FELIX-4241:
--------------------------------------

             Summary: Change default output directory for SCR annotations to ${project.build.directory}/classes
                 Key: FELIX-4241
                 URL: https://issues.apache.org/jira/browse/FELIX-4241
             Project: Felix
          Issue Type: Improvement
          Components: Maven SCR Plugin
    Affects Versions: maven-scr-plugin 1.14.0
            Reporter: Robert Munteanu
            Priority: Minor


Currently the plugin outputs the generated files under ${project.build.directory}/scr-plugin-generated . This change allows it to place its contents in the same place as the java compiled classes and the MANIFEST.MF generated by the maven-bundle-plugin. 

The result is that the exploded bundle contents is placed into a single directory and can be used by tooling - such as the Sling IDE tools - to incrementally update a bundle running in an OSGi container without going through a full maven package + deploy cycle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira