Closed GoogleCodeExporter closed 9 years ago
This should be easy enough.
I will investigate and let you know.
Original comment by baker.st...@gmail.com
on 7 Mar 2010 at 3:56
This will be implemented as:
<includedFiles>file1, file2, **/*file3</includedFiles>
<excludedFiles>file4, file5, **/*file6</excludedFiles>
(That is, the same ant supported formats can exist).
This will allow the mix of both types of file includes/excludes.
Original comment by baker.st...@gmail.com
on 28 Mar 2010 at 11:16
Completed coding and testing.
Will be out in next release, however, the configuration is slightly different
to the
above due to some unforeseen maven plugin settings.
Will be in the format:
<filesToInclude>file1, file2, etc</filesToInclude>
<filesToExclude>file1, file2, etc</filesToExclude>
Original comment by baker.st...@gmail.com
on 1 Apr 2010 at 8:14
1.3.1 has been released into the google hosted repo, and I am waiting for it to
be
added to the maven central repo,
see: http://jira.codehaus.org/browse/MAVENUPLOAD-2767
In the meantime, you can point your maven settings at the google repo by
following
the instructions in the InstallationGuide.
I will update the project documentation soon.
Thanks,
Steven
Original comment by baker.st...@gmail.com
on 17 Apr 2010 at 12:10
1.3.1 is now within the central maven repository. Y can now remove any
references to
this projects release repository.
Original comment by baker.st...@gmail.com
on 7 May 2010 at 2:26
Just issue clean up.
Original comment by baker.st...@gmail.com
on 17 Sep 2012 at 12:41
Original issue reported on code.google.com by
deru...@gmail.com
on 6 Mar 2010 at 10:28