Haló,

I'm addressing to you because there's a GPL-licensed lexical scanner
generation framework called jflex (http://www.jflex.de) the project I'm
currently working on is in need of (as a maven 2 repository entry). I've
asked the responsible of the project, Gerwin Klein, for permission to
set up the jflex jar in the ibiblio repository, which he has kindly
rendered. When reading the steps to get an artifact publicly released
I've learnt an URL must be provided with the upload bundle. Of course
the company I work for can provide such a location or I just could
upload the jar to the jflex space at sf as an attachment to a feature
request or whatever, but before taking such an action I would like to
make sure it's acceptable and let you know about the subject --I have no
clue as to it's usual to request an artifact upload on behalf of its
creator.

I enclose the pom descriptor I've created for the jflex artifact; I'm
not much sure whether 'de' would fit better as groupId.

With kind regards

César

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jflex</groupId>
  <artifactId>jflex</artifactId>
  <packaging>jar</packaging>
  <version>1.4.1</version>
  
  <dependencies />
  
  <name>JFlex - The Fast Scanner Generator for Java</name>
  <description>JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxson states for his C/C++ tool flex: They do not share any code though. 
  JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool. </description>
  <url>http://jflex.de/</url>
  <inceptionYear>1998</inceptionYear>
  <licenses>
   <license>
     <name>GNU General Public License</name>
     <url>http://jflex.de/copying.html#GPL</url>
     <distribution>repo</distribution>
     <distribution>manual</distribution>
     <comments>The code generated by JFlex inherits the copyright of the specification it was produced from. If it was your specification, you may use the generated code without restriction. </comments>
   </license>
  </licenses>
  <scm>
    <connection>scm:cvs:pserver:http://www.sourceforge.net:/cvsroot:jflex</connection>
    <developerConnection>scm:svn:https://www.sourceforge.net:/cvsroot:jflex</developerConnection>
    <tag>HEAD</tag>
    <url>http://jflex.cvs.sourceforge.net/jflex/jflex/</url>
  </scm>
  <developers>
   <developer>
      <id>gerwin</id>
      <name>Gerwin Klein</name>
      <email>[EMAIL PROTECTED]</email>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <issueManagement>
    <system>SF tracker</system>
    <url>http://sourceforge.net/tracker/?group_id=14929</url>
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>jflex-announce</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/jflex-announce</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jflex-announce</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum=jflex-announce</archive>
    </mailingList>
    <mailingList>
      <name>jflex-users</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/jflex-users</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jflex-users</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum=jflex-users</archive>
    </mailingList>
  </mailingLists>
</project>

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

Reply via email to