JOCL and JOAL packages are now on the jogamp.org test repository.
They can be added to projects with:
<dependency>
<groupId>org.jogamp.joal</groupId>
<artifactId>joal-main</artifactId>
<version>2.0-rc11</version>
</dependency>
<dependency>
<groupId>org.jogamp.jocl</groupId>
<artifactId>jocl-main</artifactId>
<version>2.0-rc11</version>
</dependency>
Please let me know if these packages work correctly, as I currently don't have programs with which to test them. Once we know they work, I'll push them to Central with the others.