You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "Yang Li (JIRA)" <ji...@apache.org> on 2005/07/14 19:58:11 UTC

[jira] Created: (WSS-5) Wrong resource includes in Maven POM configuration

Wrong resource includes in Maven POM configuration
--------------------------------------------------

         Key: WSS-5
         URL: http://issues.apache.org/jira/browse/WSS-5
     Project: WSS4J
        Type: Bug
    Reporter: Yang Li
 Assigned to: Davanum Srinivas 
    Priority: Minor


When build with the maven, the errors.properties file is not included in the final jar file.
The reason is the wrong resource includes definition in Maven project.properties file:
 
   <resources>
      <resource>
        <directory>src</directory>
        <includes>
          <include>*.properties</include>
        </includes>
      </resource>
    </resources>

Should be changed to:

   <resources>
      <resource>
        <directory>src</directory>
        <includes>
          <include>**/*.properties</include>
        </includes>
      </resource>
    </resources>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Resolved: (WSS-5) Wrong resource includes in Maven POM configuration

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WSS-5?page=all ]
     
Davanum Srinivas resolved WSS-5:
--------------------------------

    Resolution: Fixed

done.

> Wrong resource includes in Maven POM configuration
> --------------------------------------------------
>
>          Key: WSS-5
>          URL: http://issues.apache.org/jira/browse/WSS-5
>      Project: WSS4J
>         Type: Bug
>     Reporter: Yang Li
>     Assignee: Davanum Srinivas
>     Priority: Minor

>
> When build with the maven, the errors.properties file is not included in the final jar file.
> The reason is the wrong resource includes definition in Maven project.properties file:
>  
>    <resources>
>       <resource>
>         <directory>src</directory>
>         <includes>
>           <include>*.properties</include>
>         </includes>
>       </resource>
>     </resources>
> Should be changed to:
>    <resources>
>       <resource>
>         <directory>src</directory>
>         <includes>
>           <include>**/*.properties</include>
>         </includes>
>       </resource>
>     </resources>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Resolved: (WSS-5) Wrong resource includes in Maven POM configuration

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WSS-5?page=all ]
     
Davanum Srinivas resolved WSS-5:
--------------------------------

    Resolution: Fixed

done.

> Wrong resource includes in Maven POM configuration
> --------------------------------------------------
>
>          Key: WSS-5
>          URL: http://issues.apache.org/jira/browse/WSS-5
>      Project: WSS4J
>         Type: Bug
>     Reporter: Yang Li
>     Assignee: Davanum Srinivas
>     Priority: Minor

>
> When build with the maven, the errors.properties file is not included in the final jar file.
> The reason is the wrong resource includes definition in Maven project.properties file:
>  
>    <resources>
>       <resource>
>         <directory>src</directory>
>         <includes>
>           <include>*.properties</include>
>         </includes>
>       </resource>
>     </resources>
> Should be changed to:
>    <resources>
>       <resource>
>         <directory>src</directory>
>         <includes>
>           <include>**/*.properties</include>
>         </includes>
>       </resource>
>     </resources>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org