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:20:35 AM UTC+1, Laurent RICHARD wrote:
>
> 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].
For more options, visit https://groups.google.com/d/optout.