-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom delimiters for resource filtering #42
Comments
seanf
changed the title
Allow custom delimeters for resource filtering
Allow custom delimiters for resource filtering
Nov 4, 2016
seanf
added a commit
to zanata/zanata-platform
that referenced
this issue
Nov 4, 2016
We need partial resource filtering for files like glossary/pom.xml, since some properties are only provided to the mvn invoked by the test. See takari/takari-lifecycle#40 and takari/takari-lifecycle#42.
seanf
added a commit
to zanata/zanata-platform
that referenced
this issue
Nov 5, 2016
We need partial resource filtering for files like glossary/pom.xml, since some properties are only provided to the mvn invoked by the test. See takari/takari-lifecycle#40 and takari/takari-lifecycle#42.
seanf
added a commit
to zanata/zanata-platform
that referenced
this issue
Nov 8, 2016
We need partial resource filtering for files like glossary/pom.xml, since some properties are only provided to the mvn invoked by the test. See takari/takari-lifecycle#40 and takari/takari-lifecycle#42.
seanf
added a commit
to zanata/zanata-platform
that referenced
this issue
Nov 8, 2016
We need partial resource filtering for files like glossary/pom.xml, since some properties are only provided to the mvn invoked by the test. See takari/takari-lifecycle#40 and takari/takari-lifecycle#42.
seanf
added a commit
to zanata/zanata-platform
that referenced
this issue
Nov 9, 2016
We need partial resource filtering for files like glossary/pom.xml, since some properties are only provided to the mvn invoked by the test. See takari/takari-lifecycle#40 and takari/takari-lifecycle#42.
seanf
added a commit
to zanata/zanata-platform
that referenced
this issue
Nov 11, 2016
We need partial resource filtering for files like glossary/pom.xml, since some properties are only provided to the mvn invoked by the test. See takari/takari-lifecycle#40 and takari/takari-lifecycle#42.
This is a migration blocker for me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One way to avoid the need for partially filtered resource files (#40) is mentioned in MRESOURCES-162. The maven-resources-plugin provides
delimiters
anduseDefaultDelimiters
to choose a different delimiter, but this isn't possible with takari resource filtering, because there seems to be no way of controlling the delimiters.The text was updated successfully, but these errors were encountered: