Sending emails like this to the Maven Users list is an absolute waste of time.

Please post bugs in JIRA if you have any interest in getting them fixed.

Wayne

On 10/26/06, Sebastian Krebs <[EMAIL PROTECTED]> wrote:
Hello,



I found following typo on http://maven.apache.org/maven-settings/settings.html



Given :



<profile>

...

 <repositories>

       <repository>

         <release>

           <enabled/>

           <updatePolicy/>

           <checksumPolicy/>

         </release>

         <snapshot>

           <enabled/>

           <updatePolicy/>

           <checksumPolicy/>

         </snapshot>

         <id/>

         <name/>

         <url/>

         <layout/>

       </repository>

     </repositories>

...

</profile>



If you use this "snapshot" Maven will fail in reading the settings.xml



You have to use

<snapshots>

...

</snapshots>





Mit freundlichem Gruß / Best Regards



Sebastian Krebs



QUIPSY QUALITY GmbH

Stuttgarter Strasse 23

D-75179 Pforzheim



[EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to