Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Deployment assembly: filtering files (fileset)
Deployment assembly: filtering files (fileset) [message #737793] Sat, 15 October 2011 13:03 Go to next message
Karsten Wutzke is currently offline Karsten WutzkeFriend
Messages: 124
Registered: July 2009
Senior Member
Hello,

I have several files in my Maven-based project that I would like to exclude from the deployment. I use Project -> Properties -> Deployment Assembly, where I add a Fileset and in the excludes line I enter:

**/*.scc

to exclude source control files, but it doesn't work (the includes line is empty). Note the SCC files must recurse.

What am I doing wrong and how do the rules have to look like?

Thanks
Karsten

PS: I'm using Eclipse 3.7

[Updated on: Sat, 15 October 2011 13:28]

Report message to a moderator

Re: Deployment assembly: filtering files (fileset) [message #737819 is a reply to message #737793] Sat, 15 October 2011 13:48 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 10/15/2011 6:33 PM, Karsten Wutzke wrote:
> I have several files in my Maven-based project that I would like to
> exclude from the deployment. I use Project -> Properties -> Deployment
> Assembly, where I add a Fileset and in the excludes line I enter:
This question should be asked in a Maven forum. I think this one -
http://www.eclipse.org/forums/index.php/f/56/
Re: Deployment assembly: filtering files (fileset) [message #737844 is a reply to message #737819] Sat, 15 October 2011 14:26 Go to previous messageGo to next message
Karsten Wutzke is currently offline Karsten WutzkeFriend
Messages: 124
Registered: July 2009
Senior Member
Does Maven take over the rules here? I'm not sure... that forum BTW looks rather inactive, I doubt my post will be better off there.

Karsten
Re: Deployment assembly: filtering files (fileset) [message #737909 is a reply to message #737844] Sat, 15 October 2011 16:12 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 10/15/2011 7:57 PM, Karsten Wutzke wrote:
> Does Maven take over the rules here? I'm not sure... that forum BTW
> looks rather inactive, I doubt my post will be better off there.
>
> Karsten

"Project -> Properties -> Deployment Assembly" - This is certainly not
part of JDT.

You could also try - http://www.eclipse.org/m2e/support/
Re: Deployment assembly: filtering files (fileset) [message #739372 is a reply to message #737909] Mon, 17 October 2011 12:00 Go to previous messageGo to next message
Karsten Wutzke is currently offline Karsten WutzkeFriend
Messages: 124
Registered: July 2009
Senior Member
You probably have to be an Eclipse pro to see what sub project a certain feature is part of. I'm not an Eclipse pro then.

Karsten
Re: Deployment assembly: filtering files (fileset) [message #739413 is a reply to message #739372] Mon, 17 October 2011 12:53 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 10/17/2011 5:30 PM, Karsten Wutzke wrote:
> You probably have to be an Eclipse pro to see what sub project a certain
> feature is part of. I'm not an Eclipse pro then.
>
> Karsten

There is a simple trick - press 'Alt+Shift+F1' anywhere in Eclipse and
it should show you the plug-in and the class by which that UI item is
created, this is called as 'Plug-in spy'. (Though in this case I did not
have to use this trick)
Re: Deployment assembly: filtering files (fileset) [message #911715 is a reply to message #737793] Wed, 12 September 2012 07:15 Go to previous message
nico kalf is currently offline nico kalfFriend
Messages: 1
Registered: September 2012
Junior Member
Hello !

I have the same problem
Do you find a solution ? Smile
Previous Topic:I need help with recursive method calls
Next Topic:Eclipse Java Builder started failing
Goto Forum:
  


Current Time: Tue Mar 19 11:16:53 GMT 2024

Powered by FUDForum. Page generated in 0.03645 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top