<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.4">Jekyll</generator><link href="https://www.xolstice.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.xolstice.org/" rel="alternate" type="text/html" /><updated>2018-12-31T04:50:37+00:00</updated><id>https://www.xolstice.org/feed.xml</id><title type="html">Xolstice</title><subtitle>Purveyors of the finest software since 2008</subtitle><entry><title type="html">Maven Protocol Buffers Plugin 0.6.1 Released</title><link href="https://www.xolstice.org/protobuf-maven-plugin-0.6.1-released/" rel="alternate" type="text/html" title="Maven Protocol Buffers Plugin 0.6.1 Released" /><published>2018-10-01T00:00:00+00:00</published><updated>2018-10-01T00:00:00+00:00</updated><id>https://www.xolstice.org/protobuf-maven-plugin-0.6.1-released</id><content type="html" xml:base="https://www.xolstice.org/protobuf-maven-plugin-0.6.1-released/">&lt;p&gt;We are happy to announce a new release of Maven Protocol Buffers Plugin,
which is now available in Maven Central.&lt;/p&gt;

&lt;p&gt;Key new features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;An option to use an argument file to avoid “Command line is too long” error.
Requires protobuf compiler version 3.5.0 or higher.&lt;/li&gt;
  &lt;li&gt;Additional goals to support generation of C# and JavaScript sources.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full change log is available &lt;a href=&quot;https://www.xolstice.org/protobuf-maven-plugin/changes-report.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can include the plugin in your POM in the following way:&lt;/p&gt;

&lt;div class=&quot;language-xml highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;project&amp;gt;&lt;/span&gt;
  ...
  &lt;span class=&quot;nt&quot;&gt;&amp;lt;build&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;c&quot;&gt;&amp;lt;!-- To define the plugin version in your parent POM --&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;pluginManagement&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugins&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.xolstice.maven.plugins&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;protobuf-maven-plugin&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;0.6.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
        ...
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugins&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;/pluginManagement&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;c&quot;&gt;&amp;lt;!-- To use the plugin goals in your POM or parent POM --&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugins&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.xolstice.maven.plugins&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;protobuf-maven-plugin&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;0.6.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
      ...
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugins&amp;gt;&lt;/span&gt;
  &lt;span class=&quot;nt&quot;&gt;&amp;lt;/build&amp;gt;&lt;/span&gt;
  ...
&lt;span class=&quot;nt&quot;&gt;&amp;lt;/project&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Full plugin documentation is available on the &lt;a href=&quot;https://www.xolstice.org/protobuf-maven-plugin/&quot;&gt;plugin web site&lt;/a&gt;.&lt;/p&gt;</content><author><name>Sergei Ivanov</name><email>sergei@xolstice.org</email></author><summary type="html">We are happy to announce a new release of Maven Protocol Buffers Plugin, which is now available in Maven Central.</summary></entry><entry><title type="html">Maven Protocol Buffers Plugin 0.5.1 Released</title><link href="https://www.xolstice.org/protobuf-maven-plugin-0.5.1-released/" rel="alternate" type="text/html" title="Maven Protocol Buffers Plugin 0.5.1 Released" /><published>2017-10-15T00:00:00+00:00</published><updated>2017-10-15T00:00:00+00:00</updated><id>https://www.xolstice.org/protobuf-maven-plugin-0.5.1-released</id><content type="html" xml:base="https://www.xolstice.org/protobuf-maven-plugin-0.5.1-released/">&lt;p&gt;We are happy to announce a new release of Maven Protocol Buffers Plugin,
which is now available in Maven Central.&lt;/p&gt;

&lt;p&gt;You can include the plugin in your POM in the following way:&lt;/p&gt;

&lt;div class=&quot;language-xml highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;project&amp;gt;&lt;/span&gt;
  ...
  &lt;span class=&quot;nt&quot;&gt;&amp;lt;build&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;c&quot;&gt;&amp;lt;!-- To define the plugin version in your parent POM --&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;pluginManagement&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugins&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.xolstice.maven.plugins&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;protobuf-maven-plugin&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;0.5.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
        ...
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugins&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;/pluginManagement&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;c&quot;&gt;&amp;lt;!-- To use the plugin goals in your POM or parent POM --&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugins&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.xolstice.maven.plugins&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;protobuf-maven-plugin&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;0.5.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
      ...
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugins&amp;gt;&lt;/span&gt;
  &lt;span class=&quot;nt&quot;&gt;&amp;lt;/build&amp;gt;&lt;/span&gt;
  ...
&lt;span class=&quot;nt&quot;&gt;&amp;lt;/project&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Full plugin documentation is available on the
&lt;a href=&quot;https://www.xolstice.org/protobuf-maven-plugin/&quot;&gt;plugin web site&lt;/a&gt;.&lt;/p&gt;</content><author><name>Sergei Ivanov</name><email>sergei@xolstice.org</email></author><summary type="html">We are happy to announce a new release of Maven Protocol Buffers Plugin, which is now available in Maven Central.</summary></entry><entry><title type="html">Maven Protocol Buffers Plugin 0.5.0 Released</title><link href="https://www.xolstice.org/protobuf-maven-plugin-0.5.0-released/" rel="alternate" type="text/html" title="Maven Protocol Buffers Plugin 0.5.0 Released" /><published>2016-02-14T00:00:00+00:00</published><updated>2016-02-14T00:00:00+00:00</updated><id>https://www.xolstice.org/protobuf-maven-plugin-0.5.0-released</id><content type="html" xml:base="https://www.xolstice.org/protobuf-maven-plugin-0.5.0-released/">&lt;p&gt;We are happy to announce the first official release of Maven Protocol Buffers Plugin,
which is now available in Maven Central.&lt;/p&gt;

&lt;p&gt;You can include the plugin in your POM in the following way:&lt;/p&gt;

&lt;div class=&quot;language-xml highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;project&amp;gt;&lt;/span&gt;
  ...
  &lt;span class=&quot;nt&quot;&gt;&amp;lt;build&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;c&quot;&gt;&amp;lt;!-- To define the plugin version in your parent POM --&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;pluginManagement&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugins&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.xolstice.maven.plugins&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;protobuf-maven-plugin&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
          &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;0.5.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
        ...
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugins&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;/pluginManagement&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;c&quot;&gt;&amp;lt;!-- To use the plugin goals in your POM or parent POM --&amp;gt;&lt;/span&gt;
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugins&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;plugin&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.xolstice.maven.plugins&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;protobuf-maven-plugin&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
        &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;0.5.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
      &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugin&amp;gt;&lt;/span&gt;
      ...
    &lt;span class=&quot;nt&quot;&gt;&amp;lt;/plugins&amp;gt;&lt;/span&gt;
  &lt;span class=&quot;nt&quot;&gt;&amp;lt;/build&amp;gt;&lt;/span&gt;
  ...
&lt;span class=&quot;nt&quot;&gt;&amp;lt;/project&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Full plugin documentation is available on the
&lt;a href=&quot;https://www.xolstice.org/protobuf-maven-plugin/&quot;&gt;plugin web site&lt;/a&gt;.&lt;/p&gt;</content><author><name>Sergei Ivanov</name><email>sergei@xolstice.org</email></author><summary type="html">We are happy to announce the first official release of Maven Protocol Buffers Plugin, which is now available in Maven Central.</summary></entry><entry><title type="html">Welcome to our web site!</title><link href="https://www.xolstice.org/welcome/" rel="alternate" type="text/html" title="Welcome to our web site!" /><published>2016-01-24T00:00:00+00:00</published><updated>2016-01-24T00:00:00+00:00</updated><id>https://www.xolstice.org/welcome</id><content type="html" xml:base="https://www.xolstice.org/welcome/">&lt;p&gt;Welcome to the web site of &lt;a href=&quot;/about/&quot;&gt;Xolstice&lt;/a&gt;.
Our open-source projects will be hosted here, please check back for the updates.&lt;/p&gt;</content><author><name>Sergei Ivanov</name><email>sergei@xolstice.org</email></author><summary type="html">Welcome to the web site of Xolstice. Our open-source projects will be hosted here, please check back for the updates.</summary></entry></feed>