|
Scala example source code file (scala-library-pom.xml)
The Scala scala-library-pom.xml source code
<project
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
<groupId>org.scala-lang
<artifactId>scala-library
<packaging>jar
<version>@VERSION@
<url>http://www.scala-lang.org/
<inceptionYear>2002
<organization>
<name>LAMP/EPFL
<url>http://lamp.epfl.ch/
</organization>
<licenses>
<license>
<name>BSD-like
<url>http://www.scala-lang.org/downloads/license.html
</url>
<distribution>repo
</license>
</licenses>
<scm>
<connection>scm:svn:http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk
<url>https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk
</scm>
<issueManagement>
<system>trac
<url>http://lampsvn.epfl.ch/trac/scala
</url>
</issueManagement>
<distributionManagement>
<repository>
<id>scala-tools.org
<url>@RELEASE_REPOSITORY@
</repository>
<snapshotRepository>
<id>scala-tools.org
<url>@SNAPSHOT_REPOSITORY@
<uniqueVersion>false
</snapshotRepository>
</distributionManagement>
</project>
Other Scala examples (source code examples)Here is a short list of links related to this Scala scala-library-pom.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.