Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7D11D200BF1 for ; Tue, 3 Jan 2017 11:30:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7BDEB160B43; Tue, 3 Jan 2017 10:30:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C3F8F160B33 for ; Tue, 3 Jan 2017 11:30:24 +0100 (CET) Received: (qmail 44225 invoked by uid 500); 3 Jan 2017 10:30:24 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 44214 invoked by uid 99); 3 Jan 2017 10:30:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 10:30:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A2218DFBE5; Tue, 3 Jan 2017 10:30:23 +0000 (UTC) From: tmess567 To: dev@syncope.apache.org Reply-To: dev@syncope.apache.org Message-ID: Subject: [GitHub] syncope pull request #43: Added netbeans to syncope/ide Content-Type: text/plain Date: Tue, 3 Jan 2017 10:30:23 +0000 (UTC) archived-at: Tue, 03 Jan 2017 10:30:25 -0000 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. ` ` ` ` ` ../META-INF/` ` src/main/resources/META-INF/` ` ` ` ` 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---