You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Matthias Wessendorf (JIRA)" <ji...@apache.org> on 2006/08/29 00:53:37 UTC

[jira] Created: (SHALE-265) Parent-POM has snapshot repository dependency

Parent-POM has snapshot repository dependency
---------------------------------------------

                 Key: SHALE-265
                 URL: http://issues.apache.org/struts/browse/SHALE-265
             Project: Shale
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.3
            Reporter: Matthias Wessendorf
            Priority: Critical


the parent pom 103 defines the maven-snapshot-repository.
that should not be in there, maybe only inside "distributionManagement" section.

   <repositories>
        <repository>
            <id>apache.snapshots</id>
            <name>Apache Maven Repository (Snapshots and Test Builds)</name>
            <url>http://people.apache.org/maven-snapshot-repository</url>
            <releases><enabled>true</enabled></releases>
            <snapshots><enabled>true</enabled></snapshots>
        </repository>
        <repository>
            <id>java.net</id>
            <name>java.net Maven 1 Repository</name>
            <url>https://maven-repository.dev.java.net/nonav/repository</url>
            <layout>legacy</layout>
        </repository>
...

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

        

[jira] Commented: (SHALE-265) Parent-POM has snapshot repository dependency

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-265?page=comments#action_38055 ] 
            
Wendy Smoak commented on SHALE-265:
-----------------------------------

Discussion thread: 
http://mail-archives.apache.org/mod_mbox/shale-dev/200608.mbox/%3c71235db40608281546n7c1d02f7k42c4a8051f59af14@mail.gmail.com%3e


> Parent-POM has snapshot repository dependency
> ---------------------------------------------
>
>                 Key: SHALE-265
>                 URL: http://issues.apache.org/struts/browse/SHALE-265
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4-SNAPSHOT, 1.0.3
>            Reporter: Matthias Wessendorf
>            Priority: Critical
>
> the parent pom 103 defines the maven-snapshot-repository.
> that should not be in there, maybe only inside "distributionManagement" section.
>    <repositories>
>         <repository>
>             <id>apache.snapshots</id>
>             <name>Apache Maven Repository (Snapshots and Test Builds)</name>
>             <url>http://people.apache.org/maven-snapshot-repository</url>
>             <releases><enabled>true</enabled></releases>
>             <snapshots><enabled>true</enabled></snapshots>
>         </repository>
>         <repository>
>             <id>java.net</id>
>             <name>java.net Maven 1 Repository</name>
>             <url>https://maven-repository.dev.java.net/nonav/repository</url>
>             <layout>legacy</layout>
>         </repository>
> ...

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

        

[jira] Resolved: (SHALE-265) Parent-POM has snapshot repository dependency

Posted by "Craig McClanahan (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-265?page=all ]

Craig McClanahan resolved SHALE-265.
------------------------------------

    Resolution: Won't Fix

Per agreement on the dev mailing list, we are going to maintain the current release approach (at least until we change it :-), so this issue will not be addressed at this time.


> Parent-POM has snapshot repository dependency
> ---------------------------------------------
>
>                 Key: SHALE-265
>                 URL: http://issues.apache.org/struts/browse/SHALE-265
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4-SNAPSHOT, 1.0.3
>            Reporter: Matthias Wessendorf
>            Priority: Critical
>
> the parent pom 103 defines the maven-snapshot-repository.
> that should not be in there, maybe only inside "distributionManagement" section.
>    <repositories>
>         <repository>
>             <id>apache.snapshots</id>
>             <name>Apache Maven Repository (Snapshots and Test Builds)</name>
>             <url>http://people.apache.org/maven-snapshot-repository</url>
>             <releases><enabled>true</enabled></releases>
>             <snapshots><enabled>true</enabled></snapshots>
>         </repository>
>         <repository>
>             <id>java.net</id>
>             <name>java.net Maven 1 Repository</name>
>             <url>https://maven-repository.dev.java.net/nonav/repository</url>
>             <layout>legacy</layout>
>         </repository>
> ...

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

        

[jira] Commented: (SHALE-265) Parent-POM has snapshot repository dependency

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/SHALE-265?page=comments#action_38056 ] 
            
Wendy Smoak commented on SHALE-265:
-----------------------------------

Discussion thread: 
  http://mail-archives.apache.org/mod_mbox/shale-dev/200608.mbox/%3c71235db40608281546n7c1d02f7k42c4a8051f59af14@mail.gmail.com%3e

> Parent-POM has snapshot repository dependency
> ---------------------------------------------
>
>                 Key: SHALE-265
>                 URL: http://issues.apache.org/struts/browse/SHALE-265
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4-SNAPSHOT, 1.0.3
>            Reporter: Matthias Wessendorf
>            Priority: Critical
>
> the parent pom 103 defines the maven-snapshot-repository.
> that should not be in there, maybe only inside "distributionManagement" section.
>    <repositories>
>         <repository>
>             <id>apache.snapshots</id>
>             <name>Apache Maven Repository (Snapshots and Test Builds)</name>
>             <url>http://people.apache.org/maven-snapshot-repository</url>
>             <releases><enabled>true</enabled></releases>
>             <snapshots><enabled>true</enabled></snapshots>
>         </repository>
>         <repository>
>             <id>java.net</id>
>             <name>java.net Maven 1 Repository</name>
>             <url>https://maven-repository.dev.java.net/nonav/repository</url>
>             <layout>legacy</layout>
>         </repository>
> ...

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

        

[jira] Updated: (SHALE-265) Parent-POM has snapshot repository dependency

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-265?page=all ]

Wendy Smoak updated SHALE-265:
------------------------------

    Comment: was deleted

> Parent-POM has snapshot repository dependency
> ---------------------------------------------
>
>                 Key: SHALE-265
>                 URL: http://issues.apache.org/struts/browse/SHALE-265
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4-SNAPSHOT, 1.0.3
>            Reporter: Matthias Wessendorf
>            Priority: Critical
>
> the parent pom 103 defines the maven-snapshot-repository.
> that should not be in there, maybe only inside "distributionManagement" section.
>    <repositories>
>         <repository>
>             <id>apache.snapshots</id>
>             <name>Apache Maven Repository (Snapshots and Test Builds)</name>
>             <url>http://people.apache.org/maven-snapshot-repository</url>
>             <releases><enabled>true</enabled></releases>
>             <snapshots><enabled>true</enabled></snapshots>
>         </repository>
>         <repository>
>             <id>java.net</id>
>             <name>java.net Maven 1 Repository</name>
>             <url>https://maven-repository.dev.java.net/nonav/repository</url>
>             <layout>legacy</layout>
>         </repository>
> ...

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

        

[jira] Updated: (SHALE-265) Parent-POM has snapshot repository dependency

Posted by "Matthias Wessendorf (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/SHALE-265?page=all ]

Matthias Wessendorf updated SHALE-265:
--------------------------------------

    Affects Version/s: 1.0.4-SNAPSHOT

> Parent-POM has snapshot repository dependency
> ---------------------------------------------
>
>                 Key: SHALE-265
>                 URL: http://issues.apache.org/struts/browse/SHALE-265
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4-SNAPSHOT, 1.0.3
>            Reporter: Matthias Wessendorf
>            Priority: Critical
>
> the parent pom 103 defines the maven-snapshot-repository.
> that should not be in there, maybe only inside "distributionManagement" section.
>    <repositories>
>         <repository>
>             <id>apache.snapshots</id>
>             <name>Apache Maven Repository (Snapshots and Test Builds)</name>
>             <url>http://people.apache.org/maven-snapshot-repository</url>
>             <releases><enabled>true</enabled></releases>
>             <snapshots><enabled>true</enabled></snapshots>
>         </repository>
>         <repository>
>             <id>java.net</id>
>             <name>java.net Maven 1 Repository</name>
>             <url>https://maven-repository.dev.java.net/nonav/repository</url>
>             <layout>legacy</layout>
>         </repository>
> ...

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