[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[m2e-dev] POM editor error when using <_snapshot> in maven-bundle-plugin configuration
|
- From: Cristiano Gavião <cvgaviao@xxxxxxxxx>
- Date: Thu, 01 Mar 2012 11:43:01 -0300
- Authentication-results: mr.google.com; spf=pass (google.com: domain of cvgaviao@gmail.com designates 10.101.125.4 as permitted sender) smtp.mail=cvgaviao@gmail.com; dkim=pass header.i=cvgaviao@gmail.com
- Delivered-to: m2e-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Ym4a5p+RU4Lxy0zxIRaDw4tvcXkO25gN4mieLvvwBC8=; b=AJmewUAKucahVDDnELc4D7fUMFgV/amOZXRSg3uJOuq5Lft+Xtfbazjy6q5XIZPV13 YP877iOgFchKRkGQBrJiVN6mgbYEjIlDa/nCvuc3/Ljvgbn8a2GotTNjGSY0hBCFGGRg kVJ13aOPIX6ML+pDYhkPij1VvIzKHUrwUrQhY=
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
Hi, I'm using m2e 1.1.0 for indigo.
I have a pom-first bundle that is using maven-bundle-plugin.
After I've added this snippet to my POM:
<configuration>
<instructions>
<_snapshot>${build.timestamp}</_snapshot>
.
.
.
The POM editor is showing this error:
Error(s) found in manifest configuration
(org.apache.felix:maven-bundle-plugin:2.3.7:bundle:default-bundle:package)
could someone give a tip how show I proceed to fix it ?
regards,
Cristiano