volosied opened a new pull request #6:
URL: https://github.com/apache/myfaces-build-tools/pull/6


   Few changes:
   
   maven-release-manager was stuck on the following line, so I updated it to 
version 2.5.3
   
   `Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release-manager/2.2.1/maven-release-manager-2.2.1.pom`
   
   I also had a lot of error the ones below. So I a profile to avoid them. 
(code taken from https://github.com/iipc/openwayback/pull/139/files) 
   
   ```
   [INFO] [ERROR] 
/Users/siedlecki/open-source/myfaces-build-tools/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/model/RenderKitMeta.java:207:
 warning - @param argument "componentFamily" is not a parameter name.
   [INFO] [ERROR] 
/Users/siedlecki/open-source/myfaces-build-tools/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/qdox/_TagAttributes.java:35:
 warning - Tag @see: reference not found: 
org.apache.myfaces.view.facelets.tag.Tag
   [INFO] [ERROR] 
/Users/siedlecki/open-source/myfaces-build-tools/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/qdox/_TagAttributes.java:36:
 warning - Tag @see: reference not found: 
org.apache.myfaces.view.facelets.tag.TagAttributeImpl
   [INFO] [ERROR] 
/Users/siedlecki/open-source/myfaces-build-tools/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/qdox/QdoxHelper.java:161:
 warning - invalid usage of tag >
   [INFO] [ERROR] 
/Users/siedlecki/open-source/myfaces-build-tools/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/trinidad/parse/AccessibilityGuidelineBean.java:25:
 warning - invalid usage of tag <
   [INFO] [ERROR] 
/Users/siedlecki/open-source/myfaces-build-tools/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/trinidad/parse/AccessibilityGuidelineBean.java:25:
 warning - invalid usage of tag >
   ```
   
   Lastly, I updated scm to git. 
   
   Please let me know of any feedback. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to