[
https://issues.jboss.org/browse/JBIDE-12821?page=com.atlassian.jira.plugi...
]
Fred Bricon resolved JBIDE-12821.
---------------------------------
Fix Version/s: 4.2.0.CR2
(was: 4.2.x)
Resolution: Done
Looks like this as been resolved some time ago.
Note that updating the regexp in pom.xml requires 2 things :
- triggering a Maven project update (Alt-F5), so that
.settings/org.eclipse.wst.common.component can be updated
- perform a Full Deployment on the server, as changing the regex does not automatically
mark the module as unsynchronized, which it should, ideally
component.exclusion.patterns doesn't support regex pattern
----------------------------------------------------------
Key: JBIDE-12821
URL:
https://issues.jboss.org/browse/JBIDE-12821
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: maven, server
Affects Versions: 3.3.1.Final
Reporter: Sébastien Pinel
Assignee: Rob Stryker
Priority: Critical
Labels: f2f2012
Fix For: 4.2.0.CR2
Attachments: non-maven-webapp.zip, webapp.zip
Using maven-war-plugin, you can use packageIncludes/packageExcludes with a regex (e.g.
http://maven.apache.org/plugins/maven-war-plugin/examples/including-exclu...).
With m2e-wtp, the property is correctly added to
"org.eclipse.wst.common.component" setting file but JBoss AS tools only support
2 special characters ('*', '?').
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)