Skip to content

Commit

Permalink
skip assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2021
1 parent fbadf47 commit ce640db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 376 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/source.xml</descriptor>
</descriptors>
<finalName>slf4j-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>target/site/dist/</outputDirectory>
</configuration>
</plugin>

<!-- as suggested in http://jira.qos.ch/browse/SLF4J-143 -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
23 changes: 3 additions & 20 deletions slf4j-site/src/site/pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,20 @@
<script src="templates/right.js" type="text/javascript"></script>
</div>

<div id="popupContents">
<h3>Would you like to subscribe to the QOS.CH announcements mailing
list?</h3>


<p>The list is reserved for announcements related to QOS.CH
projects such as cal10n, logback, mistletoe and SLF4J.</p>
<br/>
<table width="100%">
<tr>
<td><a class="popupLink" id="announce">Yes, I'd like to subscribe.</a></td>
<td><a class="popupLink" id="popupContentsClose">No, thanks.</a></td>
</tr>
</table>
</div>
<div id="backgroundPopup"></div>


<div id="content">

<h2>Latest STABLE version</h2>

<p>The latest stable SLF4J is version
${latest.stable.version}. </p>

<h2>Java 9 Modularized EXPERIMENTAL/UNSTABLE version</h2>
<h2>EXPERIMENTAL/UNSTABLE version</h2>

<p>SLF4J version ${project.version} is the most recent but it is
also experimental/unstable.</p>


<h2>Maven central</h2>

<p>SLF4J artifacts such as <em>.jar</em>, <em>.sources.jar</em>
and <em>javadoc.jar</em> files can be downloaded from <a
href="http://repo2.maven.org/maven2/org/slf4j/">Maven
Expand Down
Loading

0 comments on commit ce640db

Please sign in to comment.