thanks 
for build i add this :

<build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.4.2</version>
                <dependencies>
                    <dependency>
                        <groupId>org.apache.maven.scm</groupId>
                        <artifactId>maven-scm-provider-gitexe</artifactId>
                        <version>1.9</version>
                    </dependency>
                </dependencies>
            </plugin>
        </plugins>
    </build>

On Monday, March 24, 2014 10:37:40 AM UTC+1, Ullrich Hafner wrote:
>
> You probably hit the snapshot bug of the maven-release-plugin with git >= 
> 1.8.
>
>
> http://jenkins-ci.361315.n4.nabble.com/mvn-release-does-not-work-only-publishes-SNAPSHOT-releases-td4657620.html#a4657831
>
> Am 24.03.2014 um 10:20 schrieb Laurent RICHARD <[email protected]<javascript:>
> >:
>
> hello, 
>
> when i build my plugin with : mvn release:prepare release:perform
>
> i see success for :
>
> Uploaded: 
> http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/composer-security-checker/1.3-SNAPSHOT/composer-security-checker-1.3-20140323.224438-2.hpi
>
>
> but my plugin is not visible in 
>
> http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/
>
>
> what is wrong ?
>
>
> you can see pom.xml
>
>
>
> https://github.com/jenkinsci/composer-security-checker-plugin/blob/master/pom.xml
>
>
> Thanks.
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to