[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[m2e-dev] Can a m2e compatible plugin register a folder as Eclipse project source folder?
|
- From: Anders Hammar <anders@xxxxxxxxxx>
- Date: Mon, 6 Aug 2012 14:31:10 +0200
- Delivered-to: m2e-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Y7E9cjq15rlKR2zOuJ6IOWZvxtewrugiMzY9yAWOLTA=; b=MlSxXhVJ+l3cWDmcGd/W7TLEoSOw62fsAO85dTizNWtCycPDc2RDL0DWdBoVJLKMtg Ty9LEYwjHgyzUoUo8PTjcAZFknicaLbi6+6zyMtuY2UKkxY2LVDnUI1rAWWnltdK72mF dWy8LOKtebF0KJLFQBV5ISc7VGVewYRfwOBS7n5uo/v63CEtimD3GxLaukwtu1VLYITh NZ/SWN5G6xU6nWs/kZ2w8sUmWa+gnFEH9IMcnSiXNWpjLtc+f1SIPXRC+GNRM03Q+Tnk T5UJLV7gNw6UEhfnLUJk5POxSiWaEuBeDzMeKsJbv5IaUYWwjK23GUYUFGzqX2wkdLIs 9iSg==
For a Maven plugin written to be m2e compatible, is it possible to
register a folder (a folder with generated sources for example) as a
source folder of the current Eclipse project? I *think* I've seen this
happen when using a m2e connector for this plugin.
/Anders