Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
java -version
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (generate-javadoc) on project stripes: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ActionBeanContext.java:183: warning: no @param for key
[ERROR] public List getMessages(String key) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/OnwardResolution.java:140: warning: no @param for anchor
[ERROR] protected T setAnchor(String anchor) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/OnwardResolution.java:140: warning: no @return
[ERROR] protected T setAnchor(String anchor) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/HttpCache.java:45: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ObjectOutputBuilder.java:165: warning: no description for @throws
[ERROR] * @throws java.lang.Exception
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ObjectOutputBuilder.java:180: warning: no description for @throws
[ERROR] * @throws java.lang.Exception
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/JsonResolution.java:43: warning: no description for @throws
[ERROR] * @throws java.lang.Exception
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/SimpleMessage.java:71: warning: no description for @param
[ERROR] * @param parameters
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:49: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:81: warning: no @return
[ERROR] String[] allow() default "";
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:78: warning: no @return
[ERROR] Policy defaultPolicy() default Policy.DENY;
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:84: warning: no @return
[ERROR] String[] deny() default "";
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/UrlBinding.java:63: warning: no @return
[ERROR] String value();
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:50: warning: no @return
[ERROR] public ActionBeanContext getContext() {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:78: warning: no @throws for java.lang.Exception
[ERROR] protected void sendErrors(HttpServletRequest request, HttpServletResponse response)
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:45: warning: no @param for context
[ERROR] public ValidationErrorReportResolution(ActionBeanContext context) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/Wizard.java:48: warning: no @return
[ERROR] String[] startEvents() default {};
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/ajax/JavaScriptBuilder.java:386: warning: no @param for in
[ERROR] public String getScalarAsString(Object in) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/ajax/JavaScriptBuilder.java:386: warning: no @return
[ERROR] public String getScalarAsString(Object in) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:67: warning: no @param for filterConfig
[ERROR] public void setFilterConfig(FilterConfig filterConfig) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:72: warning: no @return
[ERROR] public FilterConfig getFilterConfig() {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:138: warning: no @param for
[ERROR] public Class<? extends T> getClassProperty(String paramName, Class targetType)
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:218: warning: no @param for
[ERROR] public List<Class<? extends T>> getClassPropertyList(Class targetType)
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:238: warning: no @param for
[ERROR] public List<Class<? extends T>> getClassPropertyList(String paramName, Class targetType)
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:253: warning: no @param for
[ERROR] protected void removeDontAutoloadClasses(Collection<Class<? extends T>> classes) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:253: warning: no @param for classes
[ERROR] protected void removeDontAutoloadClasses(Collection<Class<? extends T>> classes) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:265: warning: no @param for
[ERROR] protected void removeAbstractClasses(Collection<Class<? extends T>> classes) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:265: warning: no @param for classes
[ERROR] protected void removeAbstractClasses(Collection<Class<? extends T>> classes) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:45: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:61: warning: no @param for filterConfig
[ERROR] public BootstrapPropertyResolver(FilterConfig filterConfig) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:84: warning: no @param for debugMode
[ERROR] void setDebugMode(boolean debugMode);
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:87: warning: no @return
[ERROR] boolean isDebugMode();
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:183: error: unknown tag: Interceptor
[ERROR] * @return Collection an ordered collection of interceptors to be executed
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/Configuration.java:186: warning: no @param for stage
[ERROR] Collection getInterceptors(LifecycleStage stage);
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:276: warning: no @return
[ERROR] protected Boolean initDebugMode() {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:291: warning: no @return
[ERROR] protected ObjectFactory initObjectFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:303: warning: no @return
[ERROR] protected ActionResolver initActionResolver() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:315: warning: no @return
[ERROR] protected ActionBeanPropertyBinder initActionBeanPropertyBinder() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:328: warning: no @return
[ERROR] protected ActionBeanContextFactory initActionBeanContextFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:340: warning: no @return
[ERROR] protected TypeConverterFactory initTypeConverterFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:351: warning: no @return
[ERROR] protected LocalizationBundleFactory initLocalizationBundleFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:360: warning: no @return
[ERROR] protected LocalePicker initLocalePicker() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:369: warning: no @return
[ERROR] protected FormatterFactory initFormatterFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:380: warning: no @return
[ERROR] protected TagErrorRendererFactory initTagErrorRendererFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:391: warning: no @return
[ERROR] protected PopulationStrategy initPopulationStrategy() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:401: warning: no @return
[ERROR] protected ExceptionHandler initExceptionHandler() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:416: warning: no @return
[ERROR] protected MultipartWrapperFactory initMultipartWrapperFactory() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:430: warning: no @return
[ERROR] protected ValidationMetadataProvider initValidationMetadataProvider() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:450: warning: no @param for dst
[ERROR] protected void mergeInterceptorMaps(Map<LifecycleStage, Collection> dst,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:450: warning: no @param for src
[ERROR] protected void mergeInterceptorMaps(Map<LifecycleStage, Collection> dst,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:467: warning: no @param for map
[ERROR] protected void addInterceptor(Map<LifecycleStage, Collection> map,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:467: warning: no @param for interceptor
[ERROR] protected void addInterceptor(Map<LifecycleStage, Collection> map,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:506: warning: no @return
[ERROR] protected Map<LifecycleStage, Collection> initCoreInterceptors() {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/DefaultConfiguration.java:514: warning: no @return
[ERROR] protected Map<LifecycleStage,Collection> initInterceptors() { return null; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/RuntimeConfiguration.java:225: warning: no @param for classes
[ERROR] protected Map<LifecycleStage, Collection> initInterceptors(List classes) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/RuntimeConfiguration.java:253: warning: no @param for
[ERROR] protected T initializeComponent(Class componentType,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionBeanPropertyBinder.java:48: warning: no @return
[ERROR] ValidationErrors bind(ActionBean bean, ActionBeanContext context, boolean validate);
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionBeanPropertyBinder.java:29: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionResolver.java:152: warning: no @throws for net.sourceforge.stripes.exception.StripesServletException
[ERROR] String getHandledEvent(Method handler) throws StripesServletException;
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/ActionResolver.java:159: warning: no @return
[ERROR] Collection<Class<? extends ActionBean>> getActionBeanClasses();
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:158: warning: no @return
[ERROR] public UrlBindingFactory getUrlBindingFactory() {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:261: warning: no @param for clazz
[ERROR] protected void processMethods(Class<?> clazz, Map<String, Method> classMappings) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:261: warning: no @param for classMappings
[ERROR] protected void processMethods(Class<?> clazz, Map<String, Method> classMappings) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:360: error: unknown tag: ActionBean
[ERROR] * @return a Class for the ActionBean requested
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:714: warning: no @return
[ERROR] protected Configuration getConfiguration() {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:56: error: unknown tag: HandlesEvent
[ERROR] * @HandlesEvent annotations, and potentially a @DefaultHandler annotation.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/AnnotatedClassActionResolver.java:96: error: bad use of '>'
[ERROR] * Maps action bean classes simple name -> action bean class
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for bean
[ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for m
[ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for stage
[ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @param for when
[ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @return
[ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/BeforeAfterMethodInterceptor.java:146: warning: no @throws for java.lang.Exception
[ERROR] protected Resolution invoke(ActionBean bean, Method m, LifecycleStage stage,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:88: warning: no @return
[ERROR] protected Configuration getConfiguration() { return configuration; }
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:365: warning: no @param for scalarType
[ERROR] protected void bindNonNullValue(ActionBean bean,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:421: warning: no @param for bean
[ERROR] protected SortedMap<ParameterName, String[]> getParameters(ActionBean bean) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:421: warning: no @return
[ERROR] protected SortedMap<ParameterName, String[]> getParameters(ActionBean bean) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:454: warning: no @param for parameters
[ERROR] protected void validateRequiredFields(Map<ParameterName, String[]> parameters, ActionBean bean,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:454: warning: no @param for bean
[ERROR] protected void validateRequiredFields(Map<ParameterName, String[]> parameters, ActionBean bean,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:454: warning: no @param for errors
[ERROR] protected void validateRequiredFields(Map<ParameterName, String[]> parameters, ActionBean bean,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:557: warning: empty
tag
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:570: warning: no @param for req
[ERROR] protected void checkSingleRequiredField(String name, String strippedName, String[] values,
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:747: error: unknown tag: Object
[ERROR] * @return List
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/NameBasedActionResolver.java:154: error: unexpected end tag:
[ERROR] * {@link net.sourceforge.stripes.controller.NameBasedActionResolver#getBindingSuffix()}.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/UrlBindingFactory.java:51: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/exception/DefaultExceptionHandler.java:223: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/integration/spring/SpringInjectionPostProcessor.java:61: error: ')' missing in reference
[ERROR] * Calls {@link SpringHelper#injectBeans((Object, ServletContext))} to inject dependencies
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/integration/spring/SpringInjectionPostProcessor.java:26: error: ')' missing in reference
[ERROR] * An implementation of {@link ObjectPostProcessor} that calls {@link
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/ErrorsTag.java:203: error: self-closing element not allowed
[ERROR] * @return SKIP_BODY if the errors are not to be output, or there aren't any
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FieldMetadataTag.java:360: error: invalid entity '
[ERROR] * the address currently shown in the browser's address bar.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FormTag.java:87: error: invalid entity '
[ERROR] * correctly regardless of the address currently shown in the browser's address bar.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FormTag.java:487: error: unknown tag: String
[ERROR] * @return Set - the set of field names seen so far
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTagSupport.java:362: error: unknown tag: ValidationError
[ERROR] * @return List the list of validation errors for this field
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputHiddenTag.java:31: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputOptionsEnumerationTag.java:83: error: unknown tag: Enum
[ERROR] * to Class.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputOptionsEnumerationTag.java:43: error: unexpected end tag:
[ERROR] * following order:
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: unknown tag: il
[ERROR] * A value with the same name in the HttpServletRequest
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: text not allowed in
element
[ERROR] * A value with the same name in the HttpServletRequest
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: unexpected end tag:
[ERROR] * A value with the same name in the HttpServletRequest
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:33: error: unknown tag: il
[ERROR] * A value on the ActionBean if an ActionBean instance is present
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:33: error: unexpected end tag:
[ERROR] * A value on the ActionBean if an ActionBean instance is present
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:34: error: unknown tag: il
[ERROR] * The contents of the body of the textarea
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:34: error: unexpected end tag:
[ERROR] * The contents of the body of the textarea
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:35: error: unknown tag: il
[ERROR] * The value attribute of the tag
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:35: error: unexpected end tag:
[ERROR] * The value attribute of the tag
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/MessagesTag.java:145: error: unknown tag: Message
[ERROR] * @return List a possibly null list of messages to display
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/PageOptionsTag.java:53: error: unexpected end tag:
[ERROR] * provide this tag, at or near the beginning of the view, or JSP.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/Base64.java:30: error: malformed HTML
[ERROR] * when using very small files (~< 40 bytes).
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/CryptoUtil.java:60: error: unexpected text
[ERROR] * @see https://en.wikipedia.org/wiki/Authenticated_encryption
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/ReflectUtil.java:128: error: tag not allowed here:
[ERROR] *
If, for some unforseen reason, an exception is thrown within this method it will be
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/ReflectUtil.java:124: error: element not closed: ul
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/UrlBuilder.java:175: error: bad HTML entity
[ERROR] * pages and '&' otherwise.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/UrlBuilder.java:196: error: malformed HTML
[ERROR] * adding all scalar values as parameters to the URL.</p.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/ByteTypeConverter.java:23: error: malformed HTML
[ERROR] the range Byte.MIN_VALUE =< X =< Byte.MAX_VALUE.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/ByteTypeConverter.java:23: error: malformed HTML
[ERROR] the range Byte.MIN_VALUE =< X =< Byte.MAX_VALUE.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/DateTypeConverter.java:60: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/DateTypeConverter.java:76: error: unexpected end tag:
[ERROR] *
[ERROR] ^
[ERROR]
[ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in '/Users/jcarrillo/Workspace/stripesframework/stripes/stripes/target/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :stripes
java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (generate-javadoc) on project stripes: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ActionBeanContext.java:183: warning: no @param for key [ERROR] public List getMessages(String key) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/OnwardResolution.java:140: warning: no @param for anchor
[ERROR] protected T setAnchor(String anchor) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/OnwardResolution.java:140: warning: no @return
[ERROR] protected T setAnchor(String anchor) {
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/HttpCache.java:45: error: unexpected end tag:
[ERROR] * [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ObjectOutputBuilder.java:165: warning: no description for @throws [ERROR] * @throws java.lang.Exception [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ObjectOutputBuilder.java:180: warning: no description for @throws [ERROR] * @throws java.lang.Exception [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/JsonResolution.java:43: warning: no description for @throws [ERROR] * @throws java.lang.Exception [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/SimpleMessage.java:71: warning: no description for @param [ERROR] * @param parameters [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:49: error: unexpected end tag: [ERROR] * [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:81: warning: no @return [ERROR] String[] allow() default ""; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:78: warning: no @return [ERROR] Policy defaultPolicy() default Policy.DENY; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/StrictBinding.java:84: warning: no @return [ERROR] String[] deny() default ""; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/UrlBinding.java:63: warning: no @return [ERROR] String value(); [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:50: warning: no @return [ERROR] public ActionBeanContext getContext() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:78: warning: no @throws for java.lang.Exception [ERROR] protected void sendErrors(HttpServletRequest request, HttpServletResponse response) [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/ValidationErrorReportResolution.java:45: warning: no @param for context [ERROR] public ValidationErrorReportResolution(ActionBeanContext context) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/action/Wizard.java:48: warning: no @return [ERROR] String[] startEvents() default {}; [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/ajax/JavaScriptBuilder.java:386: warning: no @param for in [ERROR] public String getScalarAsString(Object in) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/ajax/JavaScriptBuilder.java:386: warning: no @return [ERROR] public String getScalarAsString(Object in) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:67: warning: no @param for filterConfig [ERROR] public void setFilterConfig(FilterConfig filterConfig) { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:72: warning: no @return [ERROR] public FilterConfig getFilterConfig() { [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/config/BootstrapPropertyResolver.java:138: warning: no @param fortag [ERROR] *
[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:570: warning: no @param for req [ERROR] protected void checkSingleRequiredField(String name, String strippedName, String[] values, [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/DefaultActionBeanPropertyBinder.java:747: error: unknown tag: Object [ERROR] * @return List
[ERROR] * [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/NameBasedActionResolver.java:154: error: unexpected end tag: [ERROR] * {@link net.sourceforge.stripes.controller.NameBasedActionResolver#getBindingSuffix()}. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/controller/UrlBindingFactory.java:51: error: unexpected end tag: [ERROR] * [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/exception/DefaultExceptionHandler.java:223: error: unexpected end tag: [ERROR] * [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/integration/spring/SpringInjectionPostProcessor.java:61: error: ')' missing in reference [ERROR] * Calls {@link SpringHelper#injectBeans((Object, ServletContext))} to inject dependencies [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/integration/spring/SpringInjectionPostProcessor.java:26: error: ')' missing in reference [ERROR] * An implementation of {@link ObjectPostProcessor} that calls {@link [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/ErrorsTag.java:203: error: self-closing element not allowed [ERROR] * @return SKIP_BODY if the errors are not to be output, or there aren't any[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FieldMetadataTag.java:360: error: invalid entity ' [ERROR] * the address currently shown in the browser's address bar. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FormTag.java:87: error: invalid entity ' [ERROR] * correctly regardless of the address currently shown in the browser's address bar. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/FormTag.java:487: error: unknown tag: String [ERROR] * @return Set
element [ERROR] *A value with the same name in the HttpServletRequest
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:32: error: unexpected end tag:
[ERROR] * A value with the same name in the HttpServletRequest
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:33: error: unknown tag: il
[ERROR] * A value on the ActionBean if an ActionBean instance is present
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:33: error: unexpected end tag:
[ERROR] * A value on the ActionBean if an ActionBean instance is present
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:34: error: unknown tag: il
[ERROR] * The contents of the body of the textarea
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:34: error: unexpected end tag:
[ERROR] * The contents of the body of the textarea
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:35: error: unknown tag: il
[ERROR] * The value attribute of the tag
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/InputTextAreaTag.java:35: error: unexpected end tag:
[ERROR] * The value attribute of the tag
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/MessagesTag.java:145: error: unknown tag: Message
[ERROR] * @return List a possibly null list of messages to display
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/tag/PageOptionsTag.java:53: error: unexpected end tag:
[ERROR] * provide this tag, at or near the beginning of the view, or JSP.
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/Base64.java:30: error: malformed HTML
[ERROR] * when using very small files (~< 40 bytes).
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/CryptoUtil.java:60: error: unexpected text
[ERROR] * @see https://en.wikipedia.org/wiki/Authenticated_encryption
[ERROR] ^
[ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/ReflectUtil.java:128: error: tag not allowed here:
[ERROR] *
If, for some unforseen reason, an exception is thrown within this method it will be [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/ReflectUtil.java:124: error: element not closed: ul [ERROR] *
[ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/UrlBuilder.java:175: error: bad HTML entity [ERROR] * pages and '&' otherwise. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/util/UrlBuilder.java:196: error: malformed HTML [ERROR] * adding all scalar values as parameters to the URL.</p. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/ByteTypeConverter.java:23: error: malformed HTML [ERROR] the range Byte.MIN_VALUE =< X =< Byte.MAX_VALUE. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/ByteTypeConverter.java:23: error: malformed HTML [ERROR] the range Byte.MIN_VALUE =< X =< Byte.MAX_VALUE. [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/DateTypeConverter.java:60: error: unexpected end tag: [ERROR] * [ERROR] ^ [ERROR] /Users/jcarrillo/Workspace/stripesframework/stripes/stripes/src/main/java/net/sourceforge/stripes/validation/DateTypeConverter.java:76: error: unexpected end tag: [ERROR] * [ERROR] ^ [ERROR] [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/Users/jcarrillo/Workspace/stripesframework/stripes/stripes/target/apidocs' dir. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :stripes