You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Created) (JIRA)" <ji...@apache.org> on 2012/01/24 14:12:39 UTC

[jira] [Created] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
--------------------------------------------------------------------------------------------

                 Key: CAMEL-4937
                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
             Project: Camel
          Issue Type: Improvement
          Components: tooling
            Reporter: Claus Ibsen
            Priority: Minor
             Fix For: 2.10.0


The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.

There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

Posted by "Claus Ibsen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192177#comment-13192177 ] 

Claus Ibsen commented on CAMEL-4937:
------------------------------------

Its not missing, see
http://camel.apache.org/camel-maven-archetypes.html

Its been renamed.
                
> camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4937
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.
> There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

Posted by "Babak Vahdat (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192183#comment-13192183 ] 

Babak Vahdat commented on CAMEL-4937:
-------------------------------------

Oh now see it: CAMEL-3748
                
> camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4937
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.
> There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

Posted by "Babak Vahdat (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192469#comment-13192469 ] 

Babak Vahdat commented on CAMEL-4937:
-------------------------------------

Other than:

{code}
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
{code}

did also specify:

{code}
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
{code}

explicitly so that the Camel users don't also get WARN in case they make use of the maven site or failsafe plugins. Also polished all the archetype poms as well.

                
> camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4937
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.
> There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

Posted by "Babak Vahdat (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Babak Vahdat resolved CAMEL-4937.
---------------------------------

    Resolution: Fixed
    
> camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4937
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.
> There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

Posted by "Babak Vahdat (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Babak Vahdat reassigned CAMEL-4937:
-----------------------------------

    Assignee: Babak Vahdat
    
> camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4937
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.
> There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-4937) camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding

Posted by "Babak Vahdat (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192175#comment-13192175 ] 

Babak Vahdat commented on CAMEL-4937:
-------------------------------------

What I also realized is that since the 2.6.0 release the camel-archetype-war releases are *missing* by the central repo:

http://repo1.maven.apache.org/maven2/org/apache/camel/archetypes/camel-archetype-war/
http://repo2.maven.apache.org/maven2/org/apache/camel/archetypes/camel-archetype-war/

However I didn't check if this is the only missing archetype. But to me it seems as if something has gone wrong by the last couple of the releases.

Anyway this ticket is really trivial so why I picked it :-)

                
> camel-maven-archetypes - The maven archetypes should not WARN about platform depend encoding
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4937
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4937
>             Project: Camel
>          Issue Type: Improvement
>          Components: tooling
>            Reporter: Claus Ibsen
>            Assignee: Babak Vahdat
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> The Camel maven archetypes creates projects where if you run maven to build/install the projects, you get a WARN about platform dependent encoding.
> There is some maven plugin/setting or whatnot to set this to a fixed UTF-8 encoding. We have done this for the Camel project itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira