[jbossws-issues] [JBoss JIRA] (JBWS-3893) Fix deprecated "@parameter expression" usage

Alessio Soldano (JIRA) issues at jboss.org
Fri Mar 20 06:56:18 EDT 2015


Alessio Soldano created JBWS-3893:
-------------------------------------

             Summary: Fix deprecated "@parameter expression" usage
                 Key: JBWS-3893
                 URL: https://issues.jboss.org/browse/JBWS-3893
             Project: JBoss Web Services
          Issue Type: Task
          Components: jaxws-tools-maven-plugin
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-jaxws-tools-maven-plugin-1.2.0.Beta1


{noformat}
[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ jaxws-tools-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[WARNING] org.jboss.ws.plugins.tools.TestWsProvideMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.TestWsProvideMojo#testClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.WsProvideMojo#classpathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.WsProvideMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.WsConsumeMojo#classpathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.WsConsumeMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.TestWsConsumeMojo#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.jboss.ws.plugins.tools.TestWsConsumeMojo#testClasspathElements:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbossws-issues mailing list