alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Scala example source code file (scala-dotnet-library-pom.xml)

This example Scala source code file (scala-dotnet-library-pom.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Scala tags/keywords

library, library, utf-8, utf-8

The Scala scala-dotnet-library-pom.xml source code

<?xml version="1.0" encoding="UTF-8"?>

<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-dotnet-library
  <version>@VERSION@
  <name>Class Library
  <packaging>dotnet:library
  
   <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-dotnet-library-pom.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.