You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Olivier Lamy (JIRA)" <ji...@apache.org> on 2007/03/06 14:35:11 UTC

[jira] Created: (TILES-133) pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency

pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency
------------------------------------------------------------------------------

                 Key: TILES-133
                 URL: https://issues.apache.org/struts/browse/TILES-133
             Project: Tiles
          Issue Type: Bug
         Environment: all
            Reporter: Olivier Lamy
            Priority: Blocker


The pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency to org.apache.tiles:tiles-core:2.0-SNAPSHOT
It's impossible to release a project with a SNAPSHOT dependency.
Do you really use mvn to release your project ?



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TILES-133) pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-133.
----------------------------------


> pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency
> ------------------------------------------------------------------------------
>
>                 Key: TILES-133
>                 URL: https://issues.apache.org/struts/browse/TILES-133
>             Project: Tiles
>          Issue Type: Bug
>         Environment: all
>            Reporter: Olivier Lamy
>            Priority: Blocker
>
> The pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency to org.apache.tiles:tiles-core:2.0-SNAPSHOT
> It's impossible to release a project with a SNAPSHOT dependency.
> Do you really use mvn to release your project ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TILES-133) pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency

Posted by "Olivier Lamy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40436 ] 

Olivier Lamy commented on TILES-133:
------------------------------------

link to the [pom|http://repo1.maven.org/maven2/org/apache/struts/struts2-tiles-plugin/2.0.6/struts2-tiles-plugin-2.0.6.pom]

> pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency
> ------------------------------------------------------------------------------
>
>                 Key: TILES-133
>                 URL: https://issues.apache.org/struts/browse/TILES-133
>             Project: Tiles
>          Issue Type: Bug
>         Environment: all
>            Reporter: Olivier Lamy
>            Priority: Blocker
>
> The pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency to org.apache.tiles:tiles-core:2.0-SNAPSHOT
> It's impossible to release a project with a SNAPSHOT dependency.
> Do you really use mvn to release your project ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TILES-133) pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40439 ] 

Antonio Petrelli commented on TILES-133:
----------------------------------------

If I understood you well, you need to use Tiles under your webwork-based project, right?
In this case you might be surprised (irony mode on :-) ) that this JIRA project refers to a standalone version of Tiles, not bound with any Struts version.
http://tiles.apache.org/
And if you have questions: http://tiles.apache.org/mail.html
And PLEASE don't use JIRA to ask questions.

Regards
Antonio

> pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency
> ------------------------------------------------------------------------------
>
>                 Key: TILES-133
>                 URL: https://issues.apache.org/struts/browse/TILES-133
>             Project: Tiles
>          Issue Type: Bug
>         Environment: all
>            Reporter: Olivier Lamy
>            Priority: Blocker
>
> The pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency to org.apache.tiles:tiles-core:2.0-SNAPSHOT
> It's impossible to release a project with a SNAPSHOT dependency.
> Do you really use mvn to release your project ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TILES-133) pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency

Posted by "Olivier Lamy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40438 ] 

Olivier Lamy commented on TILES-133:
------------------------------------

I only ask to have a version != *SNAPSHOT.
Having something like it's not difficult :
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
<version>2.0-beta-1</version>
</dependency>

Due to this I can't release my project.
I use webwork directly (not struts2) with tiles.
I'd like to release my project (it's an os project ) with released artifacts (I mean artifacts avalaible in a non snapshot repos).

Do I have an other solution ?
Actually, it works but with the embeded tiles jar distributed with the webwork distributions.
Thanks,



> pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency
> ------------------------------------------------------------------------------
>
>                 Key: TILES-133
>                 URL: https://issues.apache.org/struts/browse/TILES-133
>             Project: Tiles
>          Issue Type: Bug
>         Environment: all
>            Reporter: Olivier Lamy
>            Priority: Blocker
>
> The pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency to org.apache.tiles:tiles-core:2.0-SNAPSHOT
> It's impossible to release a project with a SNAPSHOT dependency.
> Do you really use mvn to release your project ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TILES-133) pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli resolved TILES-133.
------------------------------------

    Resolution: Not A Problem

First of all please don't be rude, as long as you want your problems fixed.
This is not a Tiles problem, but a Struts 2 problem. But before opening a new issue, why don't you ask in the Struts developers mailing list about snapshot dependency to Tiles?
And anyway, though Struts 2.0.6 is GA, Tiles is (presumably soon) in Alpha stage, but at the time of Struts 2 tag it wasn't.

> pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency
> ------------------------------------------------------------------------------
>
>                 Key: TILES-133
>                 URL: https://issues.apache.org/struts/browse/TILES-133
>             Project: Tiles
>          Issue Type: Bug
>         Environment: all
>            Reporter: Olivier Lamy
>            Priority: Blocker
>
> The pom org.apache.struts:struts2-tiles-plugin:2.0.6 contain a SNAPSHOT dependency to org.apache.tiles:tiles-core:2.0-SNAPSHOT
> It's impossible to release a project with a SNAPSHOT dependency.
> Do you really use mvn to release your project ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.