You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2007/08/27 14:21:33 UTC

Re: svn commit: r570064 - in /maven/sandbox/trunk/doxia: doxia-book/pom.xml doxia-editor/pom.xml doxia-linkcheck/pom.xml doxia-maven-plugin/pom.xml doxia-module-mediawiki/pom.xml pom.xml

Hi Lukas,

2007/8/27, ltheussl@apache.org <lt...@apache.org>:
> Author: ltheussl
> Date: Mon Aug 27 03:45:20 2007
> New Revision: 570064
>
> URL: http://svn.apache.org/viewvc?rev=570064&view=rev
> Log:
> Align sandbox poms
>
> Modified:
>     maven/sandbox/trunk/doxia/doxia-book/pom.xml
>     maven/sandbox/trunk/doxia/doxia-editor/pom.xml
>     maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml
>     maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml
>     maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml
>     maven/sandbox/trunk/doxia/pom.xml
>
> Modified: maven/sandbox/trunk/doxia/doxia-book/pom.xml
> URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-book/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> ==============================================================================
> --- maven/sandbox/trunk/doxia/doxia-book/pom.xml (original)
> +++ maven/sandbox/trunk/doxia/doxia-book/pom.xml Mon Aug 27 03:45:20 2007
> @@ -1,4 +1,4 @@
> -<?xml version="1.0" encoding="ISO-8859-1"?>
> +<?xml version="1.0" encoding="UTF-8"?>
>
>  <!--
>  Licensed to the Apache Software Foundation (ASF) under one
> @@ -25,12 +25,12 @@
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>      <groupId>org.apache.maven.doxia</groupId>
> -    <artifactId>doxia</artifactId>
> +    <artifactId>doxia-sandbox</artifactId>
>      <version>1.0-alpha-9-SNAPSHOT</version>
>    </parent>

IMHO it is better to use doxia parent instead of doxia-sandbox.
It should be more easy to promote them.

Cheers,

Vincent


>    <artifactId>doxia-book</artifactId>
>    <version>1.0-alpha-1-SNAPSHOT</version>
> -  <name>Doxia Book Components</name>
> +  <name>Doxia :: Book Components</name>
>    <dependencies>
>    <!--
>      <dependency>
>
> Modified: maven/sandbox/trunk/doxia/doxia-editor/pom.xml
> URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-editor/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> ==============================================================================
> --- maven/sandbox/trunk/doxia/doxia-editor/pom.xml (original)
> +++ maven/sandbox/trunk/doxia/doxia-editor/pom.xml Mon Aug 27 03:45:20 2007
> @@ -19,16 +19,16 @@
>  under the License.
>  -->
>
> -<project>
> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>      <groupId>org.apache.maven.doxia</groupId>
> -    <artifactId>doxia</artifactId>
> +    <artifactId>doxia-sandbox</artifactId>
>      <version>1.0-alpha-9-SNAPSHOT</version>
>    </parent>
>    <artifactId>doxia-editor</artifactId>
>    <version>1.0-alpha-1-SNAPSHOT</version>
> -  <name>Doxia Swing Editor</name>
> +  <name>Doxia :: Swing Editor</name>
>    <dependencies>
>      <dependency>
>        <groupId>${project.groupId}</groupId>
>
> Modified: maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml
> URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> ==============================================================================
> --- maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml (original)
> +++ maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml Mon Aug 27 03:45:20 2007
> @@ -19,7 +19,7 @@
>  under the License.
>  -->
>
> -<project>
> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>      <artifactId>doxia-sandbox</artifactId>
>
> Modified: maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> ==============================================================================
> --- maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml (original)
> +++ maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml Mon Aug 27 03:45:20 2007
> @@ -19,17 +19,17 @@
>  under the License.
>  -->
>
> -<project>
> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>    <modelVersion>4.0.0</modelVersion>
>    <parent>
>      <groupId>org.apache.maven.doxia</groupId>
> -    <artifactId>doxia</artifactId>
> +    <artifactId>doxia-sandbox</artifactId>
>    <version>1.0-alpha-9-SNAPSHOT</version>
>    </parent>
>    <artifactId>doxia-maven-plugin</artifactId>
>    <version>1.0-SNAPSHOT</version>
>    <packaging>maven-plugin</packaging>
> -  <name>Doxia Maven Plugin</name>
> +  <name>Doxia :: Maven Plugin</name>
>    <dependencies>
>      <dependency>
>        <groupId>org.apache.maven</groupId>
>
> Modified: maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml
> URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> ==============================================================================
> --- maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml (original)
> +++ maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml Mon Aug 27 03:45:20 2007
> @@ -1,4 +1,25 @@
> -<?xml version="1.0"?><project>
> +<?xml version="1.0" encoding="UTF-8"?>
> +
> +<!--
> +Licensed to the Apache Software Foundation (ASF) under one
> +or more contributor license agreements.  See the NOTICE file
> +distributed with this work for additional information
> +regarding copyright ownership.  The ASF licenses this file
> +to you under the Apache License, Version 2.0 (the
> +"License"); you may not use this file except in compliance
> +with the License.  You may obtain a copy of the License at
> +
> +  http://www.apache.org/licenses/LICENSE-2.0
> +
> +Unless required by applicable law or agreed to in writing,
> +software distributed under the License is distributed on an
> +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> +KIND, either express or implied.  See the License for the
> +specific language governing permissions and limitations
> +under the License.
> +-->
> +
> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>    <parent>
>      <artifactId>doxia-sandbox</artifactId>
>      <groupId>org.apache.maven.doxia</groupId>
> @@ -7,9 +28,8 @@
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.maven.doxia</groupId>
>    <artifactId>doxia-module-mediawiki</artifactId>
> -  <name>doxia-module-mediawiki</name>
> +  <name>Doxia :: Mediawiki Module</name>
>    <version>1.0-SNAPSHOT</version>
> -  <url>http://maven.apache.org</url>
>    <dependencies>
>      <dependency>
>        <groupId>org.apache.maven.doxia</groupId>
>
> Modified: maven/sandbox/trunk/doxia/pom.xml
> URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> ==============================================================================
> --- maven/sandbox/trunk/doxia/pom.xml (original)
> +++ maven/sandbox/trunk/doxia/pom.xml Mon Aug 27 03:45:20 2007
> @@ -28,10 +28,14 @@
>    </parent>
>    <artifactId>doxia-sandbox</artifactId>
>    <name>Doxia Sandbox</name>
> +  <description>Doxia Sandbox components</description>
>    <packaging>pom</packaging>
>    <modules>
>      <module>doxia-book</module>
>      <module>doxia-editor</module>
> +    <module>doxia-linkcheck</module>
>      <module>doxia-maven-plugin</module>
> +    <module>doxia-module-fo</module>
> +    <module>doxia-module-mediawiki</module>
>    </modules>
>  </project>
>
>
>

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


Re: svn commit: r570064 - in /maven/sandbox/trunk/doxia: doxia-book/pom.xml doxia-editor/pom.xml doxia-linkcheck/pom.xml doxia-maven-plugin/pom.xml doxia-module-mediawiki/pom.xml pom.xml

Posted by Vincent Siveton <vi...@gmail.com>.
Hi Lukas,

I don't think that it is confusing: the parent is only used to build
all modules and we deploy artifacts on snapshot repository.
FYI, the "promote-ready" concept is also used in sandbox/trunk/plugins.

I think you could revert them.

Cheers,

Vincent

2007/8/27, Lukas Theussl <lt...@apache.org>:
>
>
> Vincent Siveton wrote:
> > Hi Lukas,
> >
> > 2007/8/27, ltheussl@apache.org <lt...@apache.org>:
> >
> >>Author: ltheussl
> >>Date: Mon Aug 27 03:45:20 2007
> >>New Revision: 570064
> >>
> >>URL: http://svn.apache.org/viewvc?rev=570064&view=rev
> >>Log:
> >>Align sandbox poms
> >>
> >>Modified:
> >>    maven/sandbox/trunk/doxia/doxia-book/pom.xml
> >>    maven/sandbox/trunk/doxia/doxia-editor/pom.xml
> >>    maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml
> >>    maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml
> >>    maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml
> >>    maven/sandbox/trunk/doxia/pom.xml
> >>
> >>Modified: maven/sandbox/trunk/doxia/doxia-book/pom.xml
> >>URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-book/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
> >>==============================================================================
> >>--- maven/sandbox/trunk/doxia/doxia-book/pom.xml (original)
> >>+++ maven/sandbox/trunk/doxia/doxia-book/pom.xml Mon Aug 27 03:45:20 2007
> >>@@ -1,4 +1,4 @@
> >>-<?xml version="1.0" encoding="ISO-8859-1"?>
> >>+<?xml version="1.0" encoding="UTF-8"?>
> >>
> >> <!--
> >> Licensed to the Apache Software Foundation (ASF) under one
> >>@@ -25,12 +25,12 @@
> >>   <modelVersion>4.0.0</modelVersion>
> >>   <parent>
> >>     <groupId>org.apache.maven.doxia</groupId>
> >>-    <artifactId>doxia</artifactId>
> >>+    <artifactId>doxia-sandbox</artifactId>
> >>     <version>1.0-alpha-9-SNAPSHOT</version>
> >>   </parent>
> >
> >
> > IMHO it is better to use doxia parent instead of doxia-sandbox.
> > It should be more easy to promote them.
>
> Is it? I just wanted to unify the deps since some modules used doxia,
> some doxia-sandbox. But since we already have a doxia-sandbox parent
> pom, and it extends doxia, I thought we should use it. Wouldn't it risk
>   confusion eg if we deploy sites for sandbox components that don't have
> "sandbox" somewhere in their id?
>
> -Lukas
>
>
> [snip]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


Re: svn commit: r570064 - in /maven/sandbox/trunk/doxia: doxia-book/pom.xml doxia-editor/pom.xml doxia-linkcheck/pom.xml doxia-maven-plugin/pom.xml doxia-module-mediawiki/pom.xml pom.xml

Posted by Lukas Theussl <lt...@apache.org>.

Vincent Siveton wrote:
> Hi Lukas,
> 
> 2007/8/27, ltheussl@apache.org <lt...@apache.org>:
> 
>>Author: ltheussl
>>Date: Mon Aug 27 03:45:20 2007
>>New Revision: 570064
>>
>>URL: http://svn.apache.org/viewvc?rev=570064&view=rev
>>Log:
>>Align sandbox poms
>>
>>Modified:
>>    maven/sandbox/trunk/doxia/doxia-book/pom.xml
>>    maven/sandbox/trunk/doxia/doxia-editor/pom.xml
>>    maven/sandbox/trunk/doxia/doxia-linkcheck/pom.xml
>>    maven/sandbox/trunk/doxia/doxia-maven-plugin/pom.xml
>>    maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml
>>    maven/sandbox/trunk/doxia/pom.xml
>>
>>Modified: maven/sandbox/trunk/doxia/doxia-book/pom.xml
>>URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-book/pom.xml?rev=570064&r1=570063&r2=570064&view=diff
>>==============================================================================
>>--- maven/sandbox/trunk/doxia/doxia-book/pom.xml (original)
>>+++ maven/sandbox/trunk/doxia/doxia-book/pom.xml Mon Aug 27 03:45:20 2007
>>@@ -1,4 +1,4 @@
>>-<?xml version="1.0" encoding="ISO-8859-1"?>
>>+<?xml version="1.0" encoding="UTF-8"?>
>>
>> <!--
>> Licensed to the Apache Software Foundation (ASF) under one
>>@@ -25,12 +25,12 @@
>>   <modelVersion>4.0.0</modelVersion>
>>   <parent>
>>     <groupId>org.apache.maven.doxia</groupId>
>>-    <artifactId>doxia</artifactId>
>>+    <artifactId>doxia-sandbox</artifactId>
>>     <version>1.0-alpha-9-SNAPSHOT</version>
>>   </parent>
> 
> 
> IMHO it is better to use doxia parent instead of doxia-sandbox.
> It should be more easy to promote them.

Is it? I just wanted to unify the deps since some modules used doxia, 
some doxia-sandbox. But since we already have a doxia-sandbox parent 
pom, and it extends doxia, I thought we should use it. Wouldn't it risk 
  confusion eg if we deploy sites for sandbox components that don't have 
"sandbox" somewhere in their id?

-Lukas


[snip]

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