Hello since I did a clean wipe of my maven repo I noticed several issues in the current 1.2 build.

First of all the auto build still does not work, we still do not have
1.2.8-SNAPSHOT jars in the maven repo.

Secondly the main version number in the main pom.xml is 1.2.3!!!
Is this expected?

Third, the test-webapp references jstl 1.2 which is only for now reachable via the jboss repo (mavensearch revealed it)

<repository>
    <id>jboss</id>
    <url>http://repository.jboss.com/maven2/</url>
    <releases>
        <enabled>true</enabled>
    </releases>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

Not sure why the main repos do not host it currently.

a) Is it save to add the repo to the test webapp?

b) Is the initial 1.2.3 version number a mistake (the submodules are on their correct numbers)? I am askin because we seem to have several releases up and running which surpass 1.2.3, so that number has been fixed for a long time.

Werner

Reply via email to