Travis only publishes to Maven. The binary distribution is not deployed to Maven, but the WAR is; see https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2-webapp/ .
Andreas On Wed, Jun 10, 2020 at 4:56 AM robertlazarski . <[email protected]> wrote: > Looks like Andreas fixed the Java axis2 build on Travis and though I can > find the snapshot jars on repository.apache.org , I cannot find the > binary distro and war archive distro. > > Does anyone know if Travis is generating the axis2 java binary distro / > war distro, and what the download links are? > > Regards, > Robert > > On Mon, Jun 1, 2020 at 6:11 AM robertlazarski . <[email protected]> > wrote: > >> >> >> On Wed, May 27, 2020 at 12:50 PM Bill Blough <[email protected]> >> wrote: >> >>> >>> On Mon, Apr 20, 2020 at 08:16:24PM +0100, Andreas Veithen wrote: >>> > On Mon, Apr 20, 2020 at 7:41 PM Bill Blough <[email protected]> >>> wrote: >>> > >>> > > As I understand it, we'll have to request that external services, >>> such >>> > > as Travis, be enabled for the git repos on a per-repo basis. >>> > > >>> > > It looks like the following repos have .travis.yml files: >>> > > >>> > > axis-axis1-java >>> > > axis-axis2-java-core >>> > > axis-axis2-java-rampart >>> >>> Travis is now enabled for these three repos. If someone could make a >>> minor commit to force a build for testing purposes, I would appreciate >>> it. >>> >>> (I still need to configure it for the c repos, so I'm not in a position >>> to test it yet). >>> >>> Best regards, >>> Bill >>> >>> >>> >> Thanks Bill! >> >> While I know git well, my day job doesn't use Github but rather >> Bitbucket. So it took me a bit to figure out that Apache project 2FA really >> means the password at commit time is a Github generated non expiring token. >> So I'll likely update the committer info docs in these Java projects as >> well. >> >> Anyways I was able to commit and trigger a Travis build to these 3 >> projects though axis2-java has a unit test error not in my local env while >> the other two are not immediately clear ... the axis2-c people can ignore >> those of course :-) . >> >> axis-axis1-java axis-axis2-java-core axis-axis2-java-rampart >> >> https://travis-ci.org/github/apache/axis-axis2-java-core >> >> https://travis-ci.org/github/apache/axis-axis1-java >> >> https://travis-ci.org/github/apache/axis-axis2-java-rampart >> >
