Skip to content
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

Possibility to ignore EAR validation #5

Merged
merged 1 commit into from
Oct 11, 2015
Merged

Conversation

debovema
Copy link
Member

@debovema debovema commented Oct 9, 2015

Added the possibility to ignore EAR validation by removing the '-v' switch of buildear parameters.

Usage in POM:

<properties>
  <buildear.validate>false</buildear.validate>
</properties>

or

...
<plugin>
  <groupId>fr.fastconnect.factory.tibco.bw.maven</groupId>
  <artifactId>bw-maven-plugin</artifactId>
  <version>${bw.maven.plugin.version}</version>
  <extensions>true</extensions>
  <configuration>
    <tibcoBuildEARValidation>false</tibcoBuildEARValidation>
  </configuration>
<plugin>
...

@debovema debovema self-assigned this Oct 9, 2015
debovema added a commit that referenced this pull request Oct 11, 2015
Possibility to ignore EAR validation
@debovema debovema merged commit 1ee576e into master Oct 11, 2015
@debovema debovema deleted the ignore-ear-validation branch October 11, 2015 16:00
debovema added a commit to debovema/tibco-bwmaven that referenced this pull request Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant