Repository: zeppelin
Updated Branches:
  refs/heads/master 78ff94c17 -> cb5c8a414


[ZEPPELIN-1695] chore: Set xml plugin phase to verify (minor)

### What is this PR for?

Changed the phase of xml validation plugin from validate to verify so that 
developers can use `mvn test` in submodule dirctories
(**this PR doesn't affect on runtime application behaivor.**)

```
[INFO] --- xml-maven-plugin:1.0.1:validate (default)  zeppelin-markdown ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.643 s
[INFO] Finished at: 2016-11-28T17:53:47+09:00
[INFO] Final Memory: 17M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.codehaus.mojo:xml-maven-plugin:1.0.1:validate (default) on project 
zeppelin-markdown: Failed to load schema with public ID null, system ID 
_tools/maven-4.0.0.xsd: 
/Users/lambda/github/apache-zeppelin/zeppelin-feature/markdown/_tools/maven-4.0.0.xsd
 (No such file or directory) -> [Help 1]
[ERROR]
```

### What type of PR is it?
[Improvement]

### Todos

### What is the Jira issue?

[ZEPPELIN-1695](https://issues.apache.org/jira/browse/ZEPPELIN-1695?filter=-3)

### How should this be tested?

```
$ cd markdown
$ mvn test
```

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? - NO
* Is there breaking changes for older versions? - NO
* Does this needs documentation? - NO

Author: 1ambda <1am...@gmail.com>

Closes #1693 from 1ambda/chore/modify-xml-plugin-phase-to-verify and squashes 
the following commits:

cc3858b [1ambda] chore: Set xml plugin phase to verify


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/cb5c8a41
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/cb5c8a41
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/cb5c8a41

Branch: refs/heads/master
Commit: cb5c8a414a59ae7899e6d96bd738b79916e9895f
Parents: 78ff94c
Author: 1ambda <1am...@gmail.com>
Authored: Mon Nov 28 17:09:41 2016 +0900
Committer: Alexander Bezzubov <b...@apache.org>
Committed: Tue Nov 29 17:18:47 2016 +0900

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/cb5c8a41/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cfe9e90..2a1f95e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,7 @@
           <version>1.0.1</version>
           <executions>
             <execution>
-              <phase>validate</phase>
+              <phase>verify</phase>
               <goals>
                 <goal>validate</goal>
               </goals>

Reply via email to