>> So I have just commit some stuff in r 1187561.
>> Note: Sources layout not touched.
>> Currently only maven artifacts are build  (I will work later on distrib).
>>
>> to test it on the top of 
>> https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk.
>> Just use: mvn -f maven/pom.xml clean install.
>> Currently some unit tests are failing (so use -DskipTests).
>> I will try to fix that too.

Tried you Maven build and it works pretty well.

Do you plan to add filtering to update sources as it's done today on build.xml ?

@see :

  <filterset id="version.filters">
    <filter token="YEAR" value="${year}"/>
    <filter token="VERSION" value="${version}"/>
    <filter token="VERSION_NUMBER" value="${version.number}"/>
    <filter token="VERSION_MAJOR" value="${version.major}"/>
    <filter token="VERSION_MAJOR_MINOR" value="${version.major.minor}"/>
    <filter token="VERSION_BUILT" value="${today} ${tstamp}"/>
    <filter token="JDT_VERSION" value="${jdt.version}"/>
  </filterset>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to