pombreda / clamshell-cli

Automatically exported from code.google.com/p/clamshell-cli
Apache License 2.0
0 stars 0 forks source link

Remove the trailing slash from the maven repository example #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should be as below.  Note the removal of the trailing slash from the url.

    <repositories>
        <repository>
            <id>clamshellcli.repo</id>
            <name>Clamshell-Cli Repository</name>
            <url>http://s3.amazonaws.com/repo.clamshellcli.org/release</url>
        </repository>
    </repositories>

Original issue reported on code.google.com by kevin.mi...@hortonworks.com on 12 Feb 2014 at 3:58

GoogleCodeExporter commented 9 years ago
Thank you for the feedback.  Will ensure it is remove in the next release.

Original comment by vladimir...@gmail.com on 14 Feb 2014 at 7:17

GoogleCodeExporter commented 9 years ago
Why the next release?  It is broken on your home page 
(https://code.google.com/p/clamshell-cli/) making it hard for people to use 
your current release.

Original comment by kevin.mi...@hortonworks.com on 14 Feb 2014 at 7:19

GoogleCodeExporter commented 9 years ago
@kevin, my apologies,  i thought you were referring to the pom.xml.  You are 
correct, the pom.xml does not have the trailing slash. Will update.   Thanks 
for your help.

Original comment by vladimir...@gmail.com on 14 Feb 2014 at 7:24

GoogleCodeExporter commented 9 years ago
Fixed.  Thanks @Kevin.

Original comment by vladimir...@gmail.com on 14 Feb 2014 at 7:26

GoogleCodeExporter commented 9 years ago
Also please note that I'm currently unable to get a full build due to a failing 
test
Failed tests:   testAddToHistory(org.clamshellcli.impl.test.CliConsoleTest): 
expected:<Test> but was:<time>
I'm at the tip of master 229a41bea8cadab246bc9ae65a59e6d4238efe9b

Original comment by kevin.mi...@hortonworks.com on 14 Feb 2014 at 7:27

GoogleCodeExporter commented 9 years ago
@kevin.  New commit fixed build issue.  Thanks again.

Original comment by vladimir...@gmail.com on 15 Feb 2014 at 4:05