On 1/12/07, Danny Ayers <[EMAIL PROTECTED]> wrote:
> On 12/01/07, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote:
> >
> > > btw, is there any useful crossover between the Maven pom vocab and doap?
> >
> > what do you mean by "crossover"?
>
>
> Vocabulary terms in common - so you could derive the doap profile from the
> pom (either a one-off conversion, or on-demand via an online converter..?).
> I guess I should look at a pom file...



    DOAP [1]                        POM [2]
    ------------------------------------------------------------
    doap:Project                    <project>
    doap:Version
    doap:Repository
    doap:SVNRepository
    doap:BKRepository
    doap:CVSRepository
    doap:ArchRepository

    doap:name                       <name>
    doap:homepage                   <url>
    doap:old-homepage
    doap:created                    <inceptionYear>
    doap:shortdesc                  <description>
    doap:description
    doap:release
<groupid>-<artifactId>-<version>-<packaging> (?)
    doap:mailing-list               <mailingLists>
    doap:category
    doap:license                    <licenses>
    doap:repository                 <scm>, <repositories>
    doap:anon-root
    doap:browse
    doap:module
    doap:location
    doap:download-page
    doap:download-mirror
    doap:revision
    doap:file-release
    doap:wiki
    doap:bug-database               <issueManagement>
    doap:screenshots
    doap:maintainer
    doap:developer                  <developers>, <contributors>
    doap:documenter                 <contributors>
    doap:translator                 <contributors>
    doap:tester                     <contributors>
    doap:helper                     <contributors>
    doap:programming-language
    doap:os

                                    <modelVersion>
                                    <groupid>
                                    <artifactId>
                                    <version>
                                    <packaging>
                                    <dependencies>
                                    <parent>
                                    <dependencyManagement>
                                    <modules>
                                    <properties>
                                    <build>
                                    <reporting>
                                    <organization>
                                    <ciManagement>
                                    <prerequisites>
                                    <pluginRepositories>
                                    <distributionManagement>
                                    <profiles>



 [1] http://usefulinc.com/ns/doap#
 [2] http://maven.apache.org/xsd/maven-4.0.0.xsd
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to