GitHub user tmess567 opened a pull request:

    https://github.com/apache/syncope/pull/43

    Added netbeans to syncope/ide

    Made all the changes you asked for, but I am still facing a problem. The 
`ianal` plugin requires me to add the LEGAL and NOTICE files to the META-INF 
folder (according to what I understood) of the .nbm archive. Now these files 
are already present in the jar that the nbm archive encapsulates. I am unable 
to put these files in the META-INF folder of the nbm archive.
    
    I tried using the `nbmResources` configuration of the `nbm-maven-plugin` 
but this copies the files to the `netbeans` folder inside the archive. Using 
`../` to specify the parent directory doesn't work either.
    
    ` <nbmResources>`
    `    <nbmResource>`
    `      <targetPath>../META-INF/</targetPath>`
    `      <directory>src/main/resources/META-INF/</directory>`
    `    </nbmResource>`
    `  </nbmResources>`
    
    I am looking for a fix, but just wanted to put in this PR to let you know 
that I am working on it and to get any new ideas from you.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tmess567/syncope SYNCOPE-808-2.0.X-2017

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/syncope/pull/43.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #43
    
----
commit 34e6db1d76353cabb58d2dc4287f561d64d00148
Author: Tushar <tusharm...@gmail.com>
Date:   2017-01-03T10:06:07Z

    Added netbeans to syncope/ide

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to